Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 4.0.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.1...v4.0.2)

---
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>
  • Loading branch information
dependabot[bot] authored and bbortt committed Mar 4, 2024
1 parent 347a4ae commit a03f5f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.2
with:
cache: 'npm'
node-version: '16'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Expand Up @@ -10,7 +10,7 @@ jobs:
environment: build
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4.0.1
- uses: actions/setup-node@v4.0.2
with:
cache: 'npm'
node-version: '16'
Expand Down

0 comments on commit a03f5f0

Please sign in to comment.