Skip to content

Commit

Permalink
🆙 action: Bump actions/checkout from 2.3.4 to 2.4.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 2, 2021
1 parent 0f74ece commit 1c49e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
language: ['javascript']

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- uses: github/codeql-action/init@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: [14.x, 16.x]

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1c49e6f

Please sign in to comment.