Skip to content

Commit

Permalink
chore(devdeps): update actions/setup-node action to v3.8.2 (#1601)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent a9bd06f commit 73a01d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 18
check-latest: true
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 18
check-latest: true
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: ${{ matrix.node }}
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/[email protected]
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 18
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: pnpm/[email protected]
- name: Use Node.js
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 18
cache: 'pnpm'
Expand Down

0 comments on commit 73a01d1

Please sign in to comment.