Skip to content

Commit 7d20c23

Browse files
Update actions/checkout action to v6 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 875e14e commit 7d20c23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 5
2727
steps:
28-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
28+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2929
with:
3030
persist-credentials: false
3131
- uses: raven-actions/actionlint@205b530c5d9fa8f44ae9ed59f341a0db994aa6f8 # v2.1.2
@@ -37,7 +37,7 @@ jobs:
3737
permissions:
3838
security-events: write
3939
steps:
40-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
40+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
4141
with:
4242
persist-credentials: false
4343
- uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6

0 commit comments

Comments
 (0)