Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Bump actions/setup-node from 4.0.2 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.2 to 4.0.3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.2...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 15, 2024
1 parent 93ac3f9 commit 312c305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

- name: Setup Node.js environment
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: 'package.json'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

- name: Setup Node.js environment
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: 'package.json'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

- name: Setup Node.js environment
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version-file: 'package.json'

Expand Down

0 comments on commit 312c305

Please sign in to comment.