Skip to content

Commit d7eb49d

Browse files
committed
chore: align usage of actions/checkout version pin
1 parent 3815142 commit d7eb49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zizmor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# actions: read # only needed for private repos
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v5.0.1
25+
uses: actions/checkout@v6.0.0
2626
with:
2727
persist-credentials: false
2828

0 commit comments

Comments
 (0)