Skip to content

Commit

Permalink
Merge pull request #403 from xt0rted/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-c09178689e

Bump actions/setup-node from 4.0.2 to 4.0.3 in the github-actions group
  • Loading branch information
dependamerge[bot] authored Jul 15, 2024
2 parents b662f9e + 4554a0d commit a7e79fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/[email protected]

- name: Install Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: .nvmrc

Expand All @@ -49,7 +49,7 @@ jobs:
run: echo "VERSION_SUFFIX=beta.${{ github.run_number }}" >> $GITHUB_ENV

- name: Set up Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: .nvmrc

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: .nvmrc

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/[email protected]

- name: Install Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: .nvmrc

Expand All @@ -41,7 +41,7 @@ jobs:
run: echo "VERSION_SUFFIX=alpha.${{ github.event.number }}" >> $GITHUB_ENV

- name: Set up Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: .nvmrc

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/[email protected]

- name: Set up Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: .nvmrc

Expand Down

0 comments on commit a7e79fb

Please sign in to comment.