Skip to content

Commit 4e798a2

Browse files
authored
Merge pull request #2487 from faergeek/renovate/pnpm-action-setup-6.x
Update pnpm/action-setup action to v6
2 parents 56b9aa1 + 8ab5741 commit 4e798a2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/push.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
10-
- uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
11-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
12-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
10+
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6
1311
with:
14-
cache: pnpm
15-
- run: pnpm install --frozen-lockfile
12+
cache: true
13+
run_install: true
14+
- uses: asdf-vm/actions/install@b7bcd026f18772e44fe1026d729e1611cc435d47 # v4
1615
- run: pnpm run format:check
1716
- run: pnpm run lint
1817
- run: pnpm run typecheck

0 commit comments

Comments
 (0)