Skip to content

Commit 73a01d1

Browse files
chore(devdeps): update actions/setup-node action to v3.8.2 (#1601)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a9bd06f commit 73a01d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/[email protected]
1414
- uses: pnpm/[email protected]
1515
- name: Use Node.js
16-
uses: actions/[email protected].1
16+
uses: actions/[email protected].2
1717
with:
1818
node-version: 18
1919
check-latest: true
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/[email protected]
2828
- uses: pnpm/[email protected]
2929
- name: Use Node.js
30-
uses: actions/[email protected].1
30+
uses: actions/[email protected].2
3131
with:
3232
node-version: 18
3333
check-latest: true
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/[email protected]
4545
- uses: pnpm/[email protected]
4646
- name: Use Node.js
47-
uses: actions/[email protected].1
47+
uses: actions/[email protected].2
4848
with:
4949
node-version: ${{ matrix.node }}
5050
check-latest: true

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/[email protected]
1212
- uses: pnpm/[email protected]
1313
- name: Use Node.js
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].2
1515
with:
1616
node-version: 18
1717
check-latest: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
- uses: pnpm/[email protected]
2424
- name: Use Node.js
25-
uses: actions/[email protected].1
25+
uses: actions/[email protected].2
2626
with:
2727
node-version: 18
2828
cache: 'pnpm'

0 commit comments

Comments
 (0)