Skip to content

Commit

Permalink
Merge pull request #200 from johntalton/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

GitHub-Actions: Bump actions/checkout from 2 to 4
  • Loading branch information
johntalton authored Mar 27, 2024
2 parents 3ee4c56 + a5e8cbf commit 306e38f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ANALYSIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v1
with:
languages: javascript
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v4
# Publish to NPM
- uses: actions/setup-node@v3.5.1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4
- uses: actions/setup-node@v2.5.2
with:
node-version: 20
Expand Down

0 comments on commit 306e38f

Please sign in to comment.