Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and Ahmad Nassri committed Dec 19, 2022
1 parent 74f68c9 commit 24e3b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v3.0.2

- uses: actions/setup-node@v3.4.1
- uses: actions/setup-node@v3.5.1
with:
node-version: latest

Expand All @@ -87,7 +87,7 @@ jobs:
with:
submodules: true

- uses: actions/setup-node@v3.4.1
- uses: actions/setup-node@v3.5.1
with:
registry-url: https://npm.pkg.github.com
node-version: latest
Expand Down

0 comments on commit 24e3b92

Please sign in to comment.