-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/setup-node from 4.0.3 to 4.0.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.3...v4.0.4) --- 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
1 parent
513e8d6
commit 3e52d9a
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: "20.x" | ||
- run: npm install && npm run lint | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
- ubuntu-24.04 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
- run: .github/workflows/build-and-test.sh | ||
|
@@ -43,7 +43,7 @@ jobs: | |
- ubuntu:noble | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
- run: .github/workflows/build-and-test.sh | ||
|
@@ -91,7 +91,7 @@ jobs: | |
gazebo_distribution: harmonic | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
- name: 'Check Gazebo installation on Ubuntu runner' | ||
|
@@ -154,7 +154,7 @@ jobs: | |
gazebo_distribution: harmonic | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
- name: 'Check Gazebo installation on Ubuntu runner' | ||
|
@@ -185,7 +185,7 @@ jobs: | |
- ubuntu:noble | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
- name: 'Check Gazebo installation on Ubuntu runner' | ||
|
@@ -203,7 +203,7 @@ jobs: | |
image: ubuntu:noble | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
- name: 'Check Gazebo installation on Ubuntu runner' | ||
|
@@ -228,7 +228,7 @@ jobs: | |
- macos-13 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
- name: 'Check Gazebo installation on MacOS runner' | ||
|
@@ -243,7 +243,7 @@ jobs: | |
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
- uses: conda-incubator/setup-miniconda@v3 | ||
|
@@ -266,7 +266,7 @@ jobs: | |
image: ubuntu:jammy | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
- name: 'Install ROS 2 Iron' | ||
|
@@ -293,7 +293,7 @@ jobs: | |
image: ubuntu:jammy | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].3 | ||
- uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
- name: 'Install ROS 2 Humble' | ||
|