Skip to content

Commit fca5041

Browse files
chore(deps): update actions/checkout action to v6
1 parent a72736e commit fca5041

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dry-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
wait: 60
3333

34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535

3636
- uses: actions/setup-node@v4
3737
with:

.github/workflows/publish-engines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
wait: 60
2626

27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828
with:
2929
token: ${{ secrets.BOT_TOKEN_ENGINES_WRAPPER_CI }}
3030

0 commit comments

Comments
 (0)