Skip to content

Commit

Permalink
Bump actions/setup-node from 3.6.0 to 3.7.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.6.0...v3.7.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2023
1 parent 9441fd5 commit ecdc80c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
ref: ${{ steps.branch-deploy.outputs.ref }}

- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
if: steps.branch-deploy.outputs.continue == 'true'
with:
node-version-file: .node-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
comment: "true"
exclude_file: ".github/config/exclude.txt"

- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
with:
node-version-file: .node-version
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: checkout
uses: actions/[email protected]

- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
if: ${{ steps.deployment-check.outputs.continue == 'true' }}
with:
node-version-file: .node-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/restart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: checkout
uses: actions/[email protected]

- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.7.0
with:
node-version-file: .node-version
cache: 'npm'
Expand Down

0 comments on commit ecdc80c

Please sign in to comment.