Skip to content

Commit

Permalink
Merge dependabot/github_actions/actions/setup-node-3.7.0 into combine…
Browse files Browse the repository at this point in the history
…d-prs-branch
  • Loading branch information
the-hideout-combine-prs[bot] authored Aug 5, 2023
2 parents 5d2596a + ecdc80c commit aca27a3
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 aca27a3

Please sign in to comment.