Skip to content

Commit

Permalink
Changes:
Browse files Browse the repository at this point in the history
  - changed actions/cache to v3 (latest version).
  • Loading branch information
timmyjose committed Oct 4, 2023
1 parent f06a9db commit 36bbdf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Cache cargo bin
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('**/Cargo.lock') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Cache cargo bin
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: ~/.cargo/bin
key: ${{ runner.os }}-cargo-bin-${{ hashFiles('**/Cargo.lock') }}
Expand All @@ -83,7 +83,7 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Cache Nix packages
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: /nix/store
key: ${{ runner.os }}-nix-${{ hashFiles('**/shell.nix') }}
Expand Down

0 comments on commit 36bbdf9

Please sign in to comment.