Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Dec 13, 2024
1 parent a801c48 commit e8f2a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4.2.2
with:
submodules: recursive

Expand All @@ -25,7 +25,7 @@ jobs:
token: ${{ secrets.PAT }}
file: 'README.md'

- uses: pnpm/action-setup@v2.1.0
- uses: pnpm/action-setup@v4.0.0
with:
version: 7.17.0
run_install: true
Expand Down

0 comments on commit e8f2a11

Please sign in to comment.