Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
chore: bump actions/setup-node from 2.5.1 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v2.5.1...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 21, 2022
1 parent d8df592 commit 82e38e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2.4.0
with:
ref: ${{ github.event.workflow_run.head_branch }}
- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3
with:
node-version: 14
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2.4.0
with:
token: ${{ secrets.GH_TOKEN }}
- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3
with:
node-version: 14
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2.4.0
with:
token: ${{ secrets.GH_TOKEN }}
- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3
with:
node-version: 14
cache: 'yarn'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: echo "Skipping - Will be tested in dependabot-merge"
- uses: actions/checkout@v2.4.0
if: ${{ github.actor != 'dependabot[bot]' }}
- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3
if: ${{ github.actor != 'dependabot[bot]' }}
with:
node-version: 14
Expand Down

0 comments on commit 82e38e7

Please sign in to comment.