Skip to content

Commit 19efb7f

Browse files
authored
Merge pull request #2449 from AtCoder-NoviSteps/dependabot/github_actions/actions/checkout-5
build(deps): Bump actions/checkout from 4 to 5
2 parents a7cf542 + b252ce1 commit 19efb7f

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
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Check out Git repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737

3838
- name: Use corepack
3939
run: |
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Check out Git repository
78-
uses: actions/checkout@v4
78+
uses: actions/checkout@v5
7979

8080
- name: Use corepack
8181
run: |
@@ -124,7 +124,7 @@ jobs:
124124

125125
steps:
126126
- name: Check out Git repository
127-
uses: actions/checkout@v4
127+
uses: actions/checkout@v5
128128

129129
- name: Use corepack
130130
run: |

0 commit comments

Comments
 (0)