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 05cdae1 commit 5145afcCopy full SHA for 5145afc
1 file changed
.github/workflows/ci.yml
@@ -27,13 +27,13 @@ jobs:
27
os: [ubuntu-latest]
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
31
with:
32
fetch-depth: 2
33
34
# https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
35
- name: Install pnpm
36
- uses: pnpm/action-setup@v4
+ uses: pnpm/action-setup@v6
37
id: pnpm-install
38
39
run_install: false
@@ -45,7 +45,7 @@ jobs:
45
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
46
47
- name: Setup pnpm cache
48
- uses: actions/cache@v4
+ uses: actions/cache@v6
49
50
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
51
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments