Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#258)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 99db448 commit fc91a7f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup-go/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:
- uses: peaceiris/workflows/[email protected]
- uses: peaceiris/workflows/[email protected]

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: "${{ inputs.cache-path }}"
key: "${{ inputs.cache-key }}"
Expand Down
2 changes: 1 addition & 1 deletion setup-hugo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ runs:
with:
node-version: "${{ inputs.node-version }}"

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: "${{ inputs.cache-path }}"
key: "${{ inputs.cache-key }}"
Expand Down
2 changes: 1 addition & 1 deletion setup-python/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
with:
python-version: ${{ inputs.python-version }}

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/.local/share/virtualenvs
key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
cargo fmt --version
cargo clippy --version
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit fc91a7f

Please sign in to comment.