Skip to content
This repository was archived by the owner on Feb 16, 2026. It is now read-only.

Commit b05d03a

Browse files
chore(deps): update actions/cache action to v5
1 parent 9704f21 commit b05d03a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/setup-mise/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
echo "version=$ver" >> "$GITHUB_OUTPUT"
2828
2929
- name: Cache mise binary
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.local/bin/mise
3333
key: mise-bin-${{ runner.os }}-${{ steps.resolve-mise-version.outputs.version }}
@@ -46,7 +46,7 @@ runs:
4646
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
4747
4848
- name: Cache mise installs
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
path: |
5252
~/.local/share/mise

.github/workflows/_demo-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
working-directory: ${{ inputs.demo_path }}
3434

3535
- name: Cache dependencies
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: |
3939
${{ inputs.demo_path }}/node_modules
@@ -63,7 +63,7 @@ jobs:
6363
working-directory: ${{ inputs.demo_path }}
6464

6565
- name: Cache dependencies
66-
uses: actions/cache@v4
66+
uses: actions/cache@v5
6767
with:
6868
path: |
6969
${{ inputs.demo_path }}/node_modules
@@ -94,7 +94,7 @@ jobs:
9494
working-directory: ${{ inputs.demo_path }}
9595

9696
- name: Cache dependencies
97-
uses: actions/cache@v4
97+
uses: actions/cache@v5
9898
with:
9999
path: |
100100
${{ inputs.demo_path }}/node_modules

0 commit comments

Comments
 (0)