Skip to content

Commit

Permalink
Bump actions/cache from 3.0.8 to 3.0.11 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 21, 2022
1 parent 503de46 commit 47265ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/rust-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@ jobs:
shell: bash

- name: Cache cargo registry
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: $HOME/.cargo/registry
key: cargo-registry-${{ env['cache_hash'] }}

- name: Cache cargo index
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: $HOME/.cargo/git
key: cargo-git-${{ env['cache_hash'] }}

- name: Cache cargo build
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: target
key: cargo-target-${{ env['cache_hash'] }}
Expand Down Expand Up @@ -156,19 +156,19 @@ jobs:
shell: bash

- name: Cache cargo registry
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: $HOME/.cargo/registry
key: cargo-registry-${{ env['cache_hash'] }}

- name: Cache cargo index
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: $HOME/.cargo/git
key: cargo-git-${{ env['cache_hash'] }}

- name: Cache cargo build
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: target
key: cargo-target-${{ env['cache_hash'] }}
Expand Down Expand Up @@ -253,19 +253,19 @@ jobs:
shell: bash

- name: Cache cargo registry
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: $HOME/.cargo/registry
key: cargo-registry-${{ env['cache_hash'] }}

- name: Cache cargo index
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: $HOME/.cargo/git
key: cargo-git-${{ env['cache_hash'] }}

- name: Cache cargo build
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: target
key: cargo-target-${{ env['cache_hash'] }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # v2.0.0

- name: Cache sccache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: "$HOME/sccache"
key: sccache-${{ env['cache_hash'] }}
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # v2.0.0

- name: Cache sccache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: "$HOME/sccache"
key: sccache-${{ env['cache_hash'] }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
- uses: Swatinem/rust-cache@6720f05bc48b77f96918929a9019fb2203ff71f8 # v2.0.0

- name: Cache sccache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.0.11
with:
path: "$HOME/sccache"
key: sccache-${{ env['cache_hash'] }}
Expand Down

0 comments on commit 47265ba

Please sign in to comment.