Skip to content

Commit 40b8fc0

Browse files
committed
chore(ci): bump GitHub Actions to latest versions
Update GitHub Actions across all workflows: - actions/checkout: 5.0.0 -> 6.0.1 - actions/setup-node: 5.0.0 -> 6.1.0 All SHAs verified against GitHub releases.
1 parent 1d3c0d8 commit 40b8fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
41+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4242
with:
4343
autocrlf: false
4444
persist-credentials: false
@@ -140,7 +140,7 @@ jobs:
140140
outputs:
141141
has_changes: ${{ steps.check.outputs.has_changes }}
142142
steps:
143-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
143+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
144144
with:
145145
autocrlf: false
146146
persist-credentials: false

0 commit comments

Comments
 (0)