This repository was archived by the owner on Feb 16, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments