Skip to content

Commit

Permalink
Merge pull request #15 from mobilecoinofficial/bump-cache
Browse files Browse the repository at this point in the history
update actions/cache to v4
  • Loading branch information
jgreat authored Feb 14, 2024
2 parents 3792d0d + 1953739 commit 49c848e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cache-cargo-packages/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
steps:
- name: Cache rust build binaries
id: rust_artifact_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ inputs.path }}
# Key is a hash of all the Cargo.toml and Cargo.lock files.
Expand Down
2 changes: 1 addition & 1 deletion cache-go-binaries/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
steps:
- name: Cache build binaries
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ inputs.path }}
# Key is a hash of all the .go, .p files.
Expand Down
2 changes: 1 addition & 1 deletion cache-rust-binaries/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ runs:

- name: Cache rust build binaries
id: rust_artifact_cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ inputs.path }}
# Key is a hash of all the .rs, .proto and Cargo.toml files.
Expand Down

0 comments on commit 49c848e

Please sign in to comment.