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 ef4d0f5 commit e2fddc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/[email protected]

- name: Use Node.js v20.11.0
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 20.11.0

Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- uses: actions/[email protected]

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- uses: actions/[email protected]

- name: Use Node.js LTS 20.x
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 20.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/saucelabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js LTS 20.x
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 20.x
- run: npm ci
Expand Down

0 comments on commit e2fddc6

Please sign in to comment.