Skip to content

Commit

Permalink
Merge pull request #101 from status-hub/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4.0.3

Bump actions/setup-node from 4.0.2 to 4.0.3
  • Loading branch information
mauro-balades authored Jul 10, 2024
2 parents 2292b9c + efd97f1 commit 2ee675e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 14
- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 14
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 12
- name: Cache node modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
ref: ${{ github.head_ref }}
token: ${{ secrets.GH_PAT }}
- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: 14
- name: Cache node modules
Expand Down

0 comments on commit 2ee675e

Please sign in to comment.