Skip to content

Commit 8c9ca93

Browse files
Update actions/checkout action to v5
1 parent e760631 commit 8c9ca93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- 14.x
1717
- 16.x
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v5
2020
- name: Setup Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v2
2222
with:

0 commit comments

Comments
 (0)