Skip to content

Commit

Permalink
chore: bump pnpm action version (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
3benbox authored Jul 3, 2024
1 parent b3c33e3 commit b268148
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
package_json_file: suite/package.json
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v4
with:
package_json_file: suite/package.json
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit b268148

Please sign in to comment.