Skip to content

Commit e79b8dc

Browse files
authored
chore(ci): update actions/checkout to v6.0.2 (#473)
Update actions/checkout from v6.0.1 to v6.0.2 in generate.yml workflow.
1 parent 294be4c commit e79b8dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "Sleeping for $delay seconds..."
3939
sleep $delay
4040
41-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242
with:
4343
autocrlf: false
4444
persist-credentials: false
@@ -116,7 +116,7 @@ jobs:
116116
outputs:
117117
has_changes: ${{ steps.check.outputs.has_changes }}
118118
steps:
119-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
119+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
120120
with:
121121
autocrlf: false
122122
persist-credentials: false

0 commit comments

Comments
 (0)