Skip to content

Commit 6bfb60a

Browse files
authored
Merge pull request #1 from arashi01/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 65a643a + 246c08d commit 6bfb60a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
with:
4242
fetch-depth: 0
4343

@@ -105,7 +105,7 @@ jobs:
105105
timeout-minutes: 20
106106
steps:
107107
- name: Checkout
108-
uses: actions/checkout@v5
108+
uses: actions/checkout@v6
109109
with:
110110
fetch-depth: 0
111111

@@ -143,7 +143,7 @@ jobs:
143143

144144
steps:
145145
- name: Checkout
146-
uses: actions/checkout@v5
146+
uses: actions/checkout@v6
147147
with:
148148
fetch-depth: 0
149149

0 commit comments

Comments
 (0)