Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Rust toolchain (from rust-toolchain.toml)
uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6

- uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
with:
shared-key: release-${{ runner.os }}
save-if: ${{ github.ref == 'refs/heads/main' }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Install Rust toolchain (from rust-toolchain.toml)
uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6

- uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
with:
shared-key: release-${{ runner.os }}
save-if: ${{ github.ref == 'refs/heads/main' }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Install Rust toolchain (from rust-toolchain.toml)
uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6

- uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
with:
shared-key: release-${{ runner.os }}
save-if: ${{ github.ref == 'refs/heads/main' }}
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
with:
persist-credentials: false
- uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6
- uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
with:
shared-key: release-${{ runner.os }}
save-if: ${{ github.ref == 'refs/heads/main' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6
if: steps.detect.outputs.should_release == 'true'

- uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
if: steps.detect.outputs.should_release == 'true'
with:
shared-key: release-${{ runner.os }}
Expand Down Expand Up @@ -339,7 +339,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6
if: github.event_name == 'workflow_dispatch' && inputs.publish_crates == true

- uses: Swatinem/rust-cache@8cbdedb5103daa674dcf46d3590fe06a76645684
- uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0
if: github.event_name == 'workflow_dispatch' && inputs.publish_crates == true
with:
shared-key: release-${{ runner.os }}
Expand Down
Loading