Skip to content

Commit d2cc7e4

Browse files
renovate[bot]l3d00m
authored andcommitted
chore(deps): update actions/setup-node action to v5
1 parent 26b8008 commit d2cc7e4

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
@@ -15,7 +15,7 @@ jobs:
1515
name: Build with node ${{ matrix.node }}
1616
steps:
1717
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
18-
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
18+
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
1919
with:
2020
cache: 'yarn'
2121
node-version: ${{ matrix.node }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
- name: Setup Node.js
25-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
25+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2626
with:
2727
node-version: 'lts/*'
2828
cache: 'yarn'

0 commit comments

Comments
 (0)