Skip to content

Commit 91f4a75

Browse files
committed
fix comments for updated gh-actions
1 parent 3763fa4 commit 91f4a75

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dependabot-auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
# repo: https://github.com/actions/checkout
3131
# releases: https://github.com/actions/checkout/tags
32-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1 released on 02-12-2025
32+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 released on 09-01-2026
3333

3434
# repo: https://github.com/fastify/github-action-merge-dependabot
3535
# releases: https://github.com/fastify/github-action-merge-dependabot/tags

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
# repo: https://github.com/actions/checkout
7373
# releases: https://github.com/actions/checkout/tags
74-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1 released on 02-12-2025
74+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 released on 09-01-2026
7575
with:
7676
persist-credentials: false
7777
fetch-depth: 0

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
# repo: https://github.com/actions/checkout
7474
# releases: https://github.com/actions/checkout/tags
75-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.1 released on 02-12-2025
75+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 released on 09-01-2026
7676
with:
7777
persist-credentials: false
7878
fetch-depth: 0

0 commit comments

Comments
 (0)