chore(deps): upgrade all action dependencies
Closes #70, #128, #135, #145
This commit is contained in:
parent
31693ddb3c
commit
0ff9f60d59
3 changed files with 6 additions and 5 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
fetch-depth: 0
|
||||
|
||||
- uses: pnpm/action-setup@v3.0.0
|
||||
- uses: pnpm/action-setup@v4.0.0
|
||||
with:
|
||||
version: 8.3.1
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: pnpm install
|
||||
|
||||
- name: Create Release Pull Request
|
||||
uses: changesets/action@v1.4.6
|
||||
uses: changesets/action@v1.4.7
|
||||
with:
|
||||
publish: pnpm run release
|
||||
commit: 'chore(release): version packages'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue