We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8e19f commit 863d36eCopy full SHA for 863d36e
1 file changed
.github/actions/setup/action.yml
@@ -21,15 +21,15 @@ runs:
21
package-manager-cache: false
22
23
- name: Install pnpm
24
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v6
25
26
- name: Get pnpm store directory
27
id: pnpm-cache-dir
28
shell: bash
29
run: echo "dir=$(pnpm store path)" >> $GITHUB_OUTPUT
30
31
- name: Setup pnpm cache
32
- uses: actions/cache@v4
+ uses: actions/cache@v5
33
with:
34
path: ${{ steps.pnpm-cache-dir.outputs.dir }}
35
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments