Skip to content

Commit 7e3e2d8

Browse files
Bump actions/setup-node from 4.0.2 to 4.0.3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.0.2...v4.0.3) --- 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 66b65d3 commit 7e3e2d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_sprites.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/[email protected]
1212

1313
- name: Setup node
14-
uses: actions/[email protected].2
14+
uses: actions/[email protected].3
1515
with:
1616
node-version: 20
1717

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/[email protected]
2020
- name: Use Node.js ${{ matrix.node-version }}
21-
uses: actions/[email protected].2
21+
uses: actions/[email protected].3
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
- run: npm ci

0 commit comments

Comments
 (0)