Skip to content

Commit 863d36e

Browse files
committed
github: update action versions
1 parent 2d8e19f commit 863d36e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ runs:
2121
package-manager-cache: false
2222

2323
- name: Install pnpm
24-
uses: pnpm/action-setup@v4
24+
uses: pnpm/action-setup@v6
2525

2626
- name: Get pnpm store directory
2727
id: pnpm-cache-dir
2828
shell: bash
2929
run: echo "dir=$(pnpm store path)" >> $GITHUB_OUTPUT
3030

3131
- name: Setup pnpm cache
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: ${{ steps.pnpm-cache-dir.outputs.dir }}
3535
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)