Skip to content

Commit

Permalink
build(deps): update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 20, 2024
1 parent 7259c58 commit dd887b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
using: composite
steps:
- name: Cache NodeJS toolchain artifacts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
node_modules
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
using: composite
steps:
- name: Cache Rust toolchain artifacts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.rustup/settings.toml
Expand All @@ -17,7 +17,7 @@ runs:
~/.cargo/.crates2.json
key: ${{ runner.os }}-rust-${{ hashFiles('**/rust-toolchain.toml') }}
- name: Cache build artifacts
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down

0 comments on commit dd887b4

Please sign in to comment.