Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1 (#351)
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@5b52f09...56337c4)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cameron <561860+wallies@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and wallies authored Apr 11, 2022
1 parent b50c1f6 commit c968d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 # v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@5b52f097d36d4b0b2f94ed6de710023fbb8b2236 # v2
uses: actions/setup-node@56337c425554a6be30cdef71bf441f15be286854 # v2
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit c968d20

Please sign in to comment.