Skip to content

Commit 2c8d684

Browse files
authored
Merge pull request #202 from rezstream/dependabot/github_actions/actions/setup-node-4.0.3
Bump actions/setup-node from 4.0.2 to 4.0.3
2 parents 8084748 + 5b442e4 commit 2c8d684

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/[email protected]
3030

3131
- name: Set up Node.js ${{ matrix.node }}
32-
uses: actions/[email protected].2
32+
uses: actions/[email protected].3
3333
with:
3434
node-version: ${{ matrix.node }}
3535

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/[email protected]
2727

2828
- name: Set up Node.js
29-
uses: actions/[email protected].2
29+
uses: actions/[email protected].3
3030
with:
3131
node-version: ${{ env.NODE_VERSION }}
3232
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)