Skip to content

Commit

Permalink
Bump actions/setup-node from 3.5.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 3.5.1 to 4.0.2.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.5.1...v4.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 7, 2024
1 parent deeb1d8 commit 4b0bc5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
repository: "grafana/grafana-github-actions"
path: ./actions
ref: main
- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v4.0.2
with:
node-version: '16'
- name: Install Actions
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/detect-breaking-changes-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: './pr'
- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v4.0.2
with:
node-version: 16.16.0

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
path: './base'
ref: ${{ github.event.pull_request.base.ref }}

- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v4.0.2
with:
node-version: 16.16.0

Expand Down

0 comments on commit 4b0bc5e

Please sign in to comment.