diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 3c982c4f..6e10215d 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index 3d8a9c9f..d0b1e08b 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -21,7 +21,7 @@ jobs: name: "Run extra sanity tests" steps: - name: Check out collection - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false - name: Run nox