Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1 (#146)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.1.0...v3.1.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 13, 2022
1 parent d430f9e commit 7a0b5cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master-push-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
${{ runner.os }}-node-
- name: Set up node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: '16'

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
${{ runner.os }}-node-
- name: Set up node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: '16'

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-
- name: Set up node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: '16'

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
${{ runner.os }}-node-
- name: Set up node
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: '16'

Expand Down

0 comments on commit 7a0b5cf

Please sign in to comment.