Skip to content

Commit

Permalink
Merge pull request #641 from the-hideout/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-3.8.1

Bump actions/setup-node from 3.8.0 to 3.8.1
  • Loading branch information
Shebuka committed Aug 30, 2023
2 parents 95d41a9 + 2fd384a commit 2f4a375
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
ref: ${{ steps.branch-deploy.outputs.ref }}

- uses: actions/setup-node@v3.8.0
- uses: actions/setup-node@v3.8.1
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 @@ -25,7 +25,7 @@ jobs:
with:
comment: "true"

- uses: actions/setup-node@v3.8.0
- uses: actions/setup-node@v3.8.1
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 @@ -31,7 +31,7 @@ jobs:
if: ${{ steps.deployment-check.outputs.continue == 'true' }}
uses: GrantBirki/json-yaml-validate@v2.3.0

- uses: actions/setup-node@v3.8.0
- uses: actions/setup-node@v3.8.1
if: ${{ steps.deployment-check.outputs.continue == 'true' }}
with:
node-version-file: .node-version
Expand Down

0 comments on commit 2f4a375

Please sign in to comment.