Skip to content

Commit

Permalink
Bump actions/setup-node from 4.0.3 to 4.0.4
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Sep 23, 2024
1 parent 513e8d6 commit 3e52d9a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'
Expand All @@ -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
Expand All @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 3e52d9a

Please sign in to comment.