Skip to content

Commit 3cc025c

Browse files
authored
Merge pull request #2 from mkvlrn/renovate/major-github-actions
chore(deps): update github actions (major)
2 parents 6cc4d94 + 06730a7 commit 3cc025c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: jdx/mise-action@v3
16+
- uses: jdx/mise-action@v4
1717
- name: get pnpm store directory
1818
shell: bash
1919
run: |
2020
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
21-
- uses: actions/cache@v4
21+
- uses: actions/cache@v5
2222
with:
2323
path: ${{ env.STORE_PATH }}
2424
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)