diff --git a/.github/workflows/test-matrix.yml b/.github/workflows/test-matrix.yml index 93a499280..ba5b36e56 100644 --- a/.github/workflows/test-matrix.yml +++ b/.github/workflows/test-matrix.yml @@ -31,7 +31,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 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6400f0e77..73a78438e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: plone-version: "6.2" steps: # git checkout - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Python setup - name: Set up Python ${{ matrix.python-version }}