Skip to content

Commit

Permalink
ci(deps): 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 9, 2024
1 parent 556db76 commit ccb6e62
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "lts/*"
- name: Install 💻
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "lts/*"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: 🔨 Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "lts/*"
- name: 🚧 Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/refreshLockFiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: 🛎️ Checkout
uses: actions/checkout@v4
- name: Setup Node.js ✨
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "lts/*"
- name: 🤖 Remove package-lock.json files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js ✨
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "lts/*"
- name: Install dependencies 💻
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Set up Node.js ✨
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
node-version: "lts/*"
- name: Install 💻
Expand Down

0 comments on commit ccb6e62

Please sign in to comment.