Skip to content

Commit

Permalink
iox-#64 Update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Jul 29, 2023
1 parent 68fbd03 commit f04a339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-and-cache-rust-tool/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
cat version_info
shell: bash
- name: Setup cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
cargo clippy --version >> version_info
cat version_info
- name: Setup cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
cargo --version >> version_info
cat version_info
- name: Setup cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit f04a339

Please sign in to comment.