Skip to content

Commit 6e0e359

Browse files
Build: Bump actions/setup-node from 4.0.2 to 4.0.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@60edb5d...0a44ba7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61e425b commit 6e0e359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install xmllint
2424
run: sudo apt-get install -y libxml2-utils
2525
- name: Use Node.js ${{ matrix.node-version }}
26-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
26+
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
cache: 'npm'

0 commit comments

Comments
 (0)