Skip to content

Commit d5aa7d1

Browse files
authored
Merge pull request #136 from rezstream/dependabot/github_actions/actions/setup-node-4.0.1
Bump actions/setup-node from 4.0.0 to 4.0.1
2 parents e59b510 + 1163708 commit d5aa7d1

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].0
32+
uses: actions/[email protected].1
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].0
29+
uses: actions/[email protected].1
3030
with:
3131
node-version: ${{ env.NODE_VERSION }}
3232
registry-url: "https://registry.npmjs.org"

0 commit comments

Comments
 (0)