Skip to content
This repository was archived by the owner on Sep 2, 2022. It is now read-only.

Commit 9b1bfef

Browse files
🆙 action: Bump actions/checkout from 2.3.4 to 2.4.0 (#19)
1 parent 531f5c2 commit 9b1bfef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
language: ['javascript']
2222

2323
steps:
24-
- uses: actions/checkout@v2.3.4
24+
- uses: actions/checkout@v2.4.0
2525

2626
- uses: github/codeql-action/init@v1
2727
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
node-version: [14.x, 16.x]
2727

2828
steps:
29-
- uses: actions/checkout@v2.3.4
29+
- uses: actions/checkout@v2.4.0
3030

3131
- uses: actions/setup-node@v2.4.1
3232
with:

0 commit comments

Comments
 (0)