We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6cc4d94 + 06730a7 commit 3cc025cCopy full SHA for 3cc025c
1 file changed
.github/workflows/checks.yml
@@ -13,12 +13,12 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v6
16
- - uses: jdx/mise-action@v3
+ - uses: jdx/mise-action@v4
17
- name: get pnpm store directory
18
shell: bash
19
run: |
20
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
21
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
22
with:
23
path: ${{ env.STORE_PATH }}
24
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
0 commit comments