Skip to content

Commit

Permalink
github-ci: update actions/cache to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish authored and victorjulien committed Jun 16, 2023
1 parent 3dfd5dd commit d576be2
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache ~/.cargo
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand All @@ -171,13 +171,13 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo

- name: Cache RPMs
uses: actions/cache@v3
uses: actions/cache@v3.3.1
with:
path: /var/cache/dnf
key: ${{ github.job }}-dnf
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
needs: [prepare-deps]
steps:
- name: Cache RPMs
uses: actions/cache@v3
uses: actions/cache@v3.3.1
with:
path: /var/cache/dnf
# TODO: Find some variable that matches the job name.
Expand All @@ -295,7 +295,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -379,13 +379,13 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo

- name: Cache RPMs
uses: actions/cache@v3
uses: actions/cache@v3.3.1
with:
path: /var/cache/dnf
key: ${{ github.job }}-dnf
Expand Down Expand Up @@ -509,13 +509,13 @@ jobs:
needs: [prepare-deps, almalinux-8]
steps:
- name: Cache ~/.cargo
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo

- name: Cache RPMs
uses: actions/cache@v3
uses: actions/cache@v3.3.1
with:
path: /var/cache/yum
key: ${{ github.job }}-yum
Expand Down Expand Up @@ -590,13 +590,13 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo

- name: Cache RPMs
uses: actions/cache@v3
uses: actions/cache@v3.3.1
with:
path: /var/cache/dnf
key: ${{ github.job }}-dnf
Expand Down Expand Up @@ -684,13 +684,13 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo

- name: Cache RPMs
uses: actions/cache@v3
uses: actions/cache@v3.3.1
with:
path: /var/cache/dnf
key: ${{ github.job }}-dnf
Expand Down Expand Up @@ -783,7 +783,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@v3.3.1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -870,13 +870,13 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo

- name: Cache RPMs
uses: actions/cache@v3
uses: actions/cache@v3.3.1
with:
path: /var/cache/dnf
key: ${{ github.job }}-dnf
Expand Down Expand Up @@ -974,7 +974,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@v3.3.1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1065,13 +1065,13 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo

- name: Cache RPMs
uses: actions/cache@v3
uses: actions/cache@v3.3.1
with:
path: /var/cache/dnf
key: ${{ github.job }}-dnf
Expand Down Expand Up @@ -1168,7 +1168,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@v3.3.1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1341,13 +1341,13 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo

- name: Cache RPMs
uses: actions/cache@v3
uses: actions/cache@v3.3.1
with:
path: /var/cache/dnf
key: ${{ github.job }}-dnf
Expand Down Expand Up @@ -1410,7 +1410,7 @@ jobs:
needs: [prepare-deps, prepare-cbindgen]
steps:
- name: Cache ~/.cargo
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -1527,7 +1527,7 @@ jobs:
needs: [prepare-deps, prepare-cbindgen]
steps:
- name: Cache ~/.cargo
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -1624,7 +1624,7 @@ jobs:
needs: [prepare-deps, prepare-cbindgen]
steps:
- name: Cache ~/.cargo
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -1713,7 +1713,7 @@ jobs:
needs: almalinux-8
steps:
- name: Cache ~/.cargo
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -1773,7 +1773,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -1850,7 +1850,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -1945,7 +1945,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -2007,7 +2007,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -2100,7 +2100,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -2194,7 +2194,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -2270,7 +2270,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -2343,7 +2343,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -2397,7 +2397,7 @@ jobs:
shell: msys2 {0}
steps:
- name: Cache ~/.cargo
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -2453,7 +2453,7 @@ jobs:
shell: msys2 {0}
steps:
- name: Cache ~/.cargo
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down Expand Up @@ -2497,7 +2497,7 @@ jobs:
shell: msys2 {0}
steps:
- name: Cache ~/.cargo
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: ${{ github.job }}-cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container: ubuntu:20.04
steps:
- name: Caching ~/.cargo
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: commit-check-cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: almalinux:9
steps:
- name: Cache rust
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: check-rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: ubuntu:23.04
steps:
- name: Cache scan-build
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
uses: actions/cache@v3.3.1
with:
path: ~/.cargo
key: scan-build
Expand Down

0 comments on commit d576be2

Please sign in to comment.