diff --git a/.github/workflows/plone-package-test.yml b/.github/workflows/plone-package-test.yml index 0b7b5c6..57e01ba 100644 --- a/.github/workflows/plone-package-test.yml +++ b/.github/workflows/plone-package-test.yml @@ -19,7 +19,7 @@ jobs: - "6.0-latest" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Plone ${{ matrix.plone }} with Python ${{ matrix.python }} id: setup diff --git a/.github/workflows/test-matrix.yml b/.github/workflows/test-matrix.yml index b3d1758..01169c0 100644 --- a/.github/workflows/test-matrix.yml +++ b/.github/workflows/test-matrix.yml @@ -30,7 +30,7 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name name: ${{ matrix.config[1] }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Set up Python