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

Commit

Permalink
Merge pull request #945 from nugit/dependabot/github_actions/develop/…
Browse files Browse the repository at this point in the history
…actions/setup-node-2.5.1

chore: bump actions/setup-node from 2.5.0 to 2.5.1
  • Loading branch information
dependabot-merge-action[bot] committed Jan 3, 2022
2 parents 410caed + 9606c2b commit 0be63cd
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.0
- uses: actions/setup-node@v2.5.1
with:
node-version: 12
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.0
- uses: actions/setup-node@v2.5.1
with:
node-version: 12
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.0
- uses: actions/setup-node@v2.5.1
with:
node-version: 12
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.0
- uses: actions/setup-node@v2.5.1
if: ${{ github.actor != 'dependabot[bot]' }}
with:
node-version: 12
Expand Down

0 comments on commit 0be63cd

Please sign in to comment.