Skip to content

Commit

Permalink
Bump actions/setup-node in the github-action-dependencies group
Browse files Browse the repository at this point in the history
Bumps the github-action-dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `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
  dependency-group: github-action-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 08ee2d6 commit 60816a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
cache: 'npm'
check-latest: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
fetch-depth: 0 # npm run prod requires tags, sadly this is the only way to get them.
- name: Install Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
cache: 'npm'
check-latest: true
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags')
steps:
- name: Install Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
check-latest: true
node-version: ${{ inputs.node_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0 # npm run prod requires tags, sadly this is the only way to get them.
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
cache: 'npm'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
fetch-depth: 0
- name: Install Node.js
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
cache: 'npm'
check-latest: true
Expand Down

0 comments on commit 60816a0

Please sign in to comment.