Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.1 to 4.0.3
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.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.1...v4.0.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 6f373c6 commit 379ffba
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
lfs: true

- uses: actions/[email protected].1
- uses: actions/[email protected].3
with:
node-version: 16.17
- run: corepack enable yarn
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
with:
lfs: true

- uses: actions/[email protected].1
- uses: actions/[email protected].3
with:
node-version: 16.17
- run: corepack enable yarn
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
lfs: true
submodules: true

- uses: actions/[email protected].1
- uses: actions/[email protected].3
with:
node-version: 16.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
lfs: true

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
node-version: 16.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
ref: ${{ github.event.release.tag_name || github.event.inputs.tag_name }}
lfs: true

- uses: actions/[email protected].1
- uses: actions/[email protected].3
with:
node-version: 16.17
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit 379ffba

Please sign in to comment.