diff --git a/.github/workflows/dependabot-auto-merge.yaml b/.github/workflows/dependabot-auto-merge.yaml index 548fcd0..11575ac 100644 --- a/.github/workflows/dependabot-auto-merge.yaml +++ b/.github/workflows/dependabot-auto-merge.yaml @@ -29,7 +29,7 @@ jobs: # repo: https://github.com/actions/checkout # releases: https://github.com/actions/checkout/tags - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 released on 09-01-2026 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 released on 09-01-2026 # repo: https://github.com/fastify/github-action-merge-dependabot # releases: https://github.com/fastify/github-action-merge-dependabot/tags diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 4a08046..b3e8ce7 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -71,7 +71,7 @@ jobs: # repo: https://github.com/actions/checkout # releases: https://github.com/actions/checkout/tags - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 released on 09-01-2026 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 released on 09-01-2026 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 62c54ad..b9a07b5 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -72,7 +72,7 @@ jobs: # repo: https://github.com/actions/checkout # releases: https://github.com/actions/checkout/tags - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 released on 09-01-2026 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 released on 09-01-2026 with: persist-credentials: false fetch-depth: 0