Skip to content

Commit e42d19f

Browse files
Update actions/checkout action to v4
1 parent 694c2fa commit e42d19f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node: [ '12', '13', '14' ]
1515
steps:
1616

17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- uses: actions/cache@v2
2020
with:
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: ubuntu-latest
4545
steps:
4646

47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v4
4848

4949
- uses: actions/cache@v2
5050
with:

0 commit comments

Comments
 (0)