Skip to content

Commit

Permalink
chore: update GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Sep 20, 2023
1 parent 758caaa commit 325eca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2
with:
version: 7.24.3
run_install: true
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2
with:
version: 7.24.3
run_install: |
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v2
with:
version: 7.24.3
run_install: |
Expand Down

0 comments on commit 325eca2

Please sign in to comment.