Skip to content

Commit 9752e56

Browse files
Bump actions/checkout from 5 to 6 (#165)
1 parent 34fe4d7 commit 9752e56

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
token: ${{ secrets.DA_REPO_TOKEN }}
2727
fetch-depth: 0

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- 3306:3306
5555

5656
steps:
57-
- uses: actions/checkout@v5
57+
- uses: actions/checkout@v6
5858
- uses: actions/setup-node@v4
5959
with:
6060
node-version: '20'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: 🧾 Checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: 🔎 Get package version
3636
id: package_version

0 commit comments

Comments
 (0)