Skip to content

Commit

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

---
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 Dec 19, 2023
1 parent 9ee99a4 commit df8528e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

Check warning on line 18 in .github/workflows/archive.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

18:73 [comments] too few spaces before comment

- name: Set up Node
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1

Check warning on line 21 in .github/workflows/archive.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

21:75 [comments] too few spaces before comment
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

Check warning on line 172 in .github/workflows/documentation.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

172:73 [comments] too few spaces before comment

- name: Set up Node
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1

Check warning on line 175 in .github/workflows/documentation.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

175:75 [comments] too few spaces before comment
with:
node-version: 20
cache: yarn
Expand Down

0 comments on commit df8528e

Please sign in to comment.