Skip to content

Commit f97b6d5

Browse files
Merge pull request #300 from EhTagTranslation/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents fbdd177 + 3205df1 commit f97b6d5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 50
2323
- uses: actions/setup-node@v6
@@ -84,7 +84,7 @@ jobs:
8484
needs: build
8585

8686
steps:
87-
- uses: actions/checkout@v5
87+
- uses: actions/checkout@v6
8888
with:
8989
ref: release
9090
persist-credentials: false

.github/workflows/check_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: actions/setup-node@v6
1515
with:
1616
node-version: lts/*

.github/workflows/check_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
if: ${{ github.event_name == 'workflow_dispatch' || vars.ENABLE_CHECK_TAGS == 'true' }}
2828

2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 50
3333
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)