Skip to content

Commit 5abef4c

Browse files
feat(deps): update actions/checkout action to v5
1 parent 9ff21cf commit 5abef4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [18.x, 20.x]
1515
steps:
1616
- name: git checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: yarn cache
1919
uses: actions/cache@v4
2020
with:
@@ -34,7 +34,7 @@ jobs:
3434
needs: build-and-test
3535
steps:
3636
- name: git checkout
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
- name: yarn cache
3939
uses: actions/cache@v4
4040
with:

0 commit comments

Comments
 (0)