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
2 changes: 1 addition & 1 deletion .github/workflows/_release-cargo-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: cargo install cross --git https://github.com/cross-rs/cross

- name: Cache cargo registry + target
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
with:
path: |
~/.cargo/bin/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/checkout@v6.0.2

- name: Restore lychee cache
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
uses: actions/checkout@v6.0.2

- name: Restore lychee cache
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
with:
path: .lycheecache
key: cache-lychee-external-${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-v4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
targets: ${{ matrix.target }}
- name: Cache cargo
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
with:
path: |
~/.cargo/registry
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/registry-core-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
ref: v4
- uses: dtolnay/rust-toolchain@stable
- name: Cache cargo (sindri build)
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
ref: v4
- uses: dtolnay/rust-toolchain@stable
- name: Cache cargo (sindri build)
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
~/.cargo/registry
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
python-version: "3.12"

- name: Cache ScanCode pip install
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ~/.cache/pip
key: ${{ runner.os }}-scancode-32.x
Expand Down Expand Up @@ -426,7 +426,7 @@ jobs:
ref: v4
- uses: dtolnay/rust-toolchain@stable
- name: Cache cargo (sindri build)
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
~/.cargo/registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
cargo install cross --git https://github.com/cross-rs/cross

- name: Cache Cargo dependencies
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
with:
path: |
~/.cargo/bin/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/v3-test-profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Cache Cargo dependencies
uses: actions/cache@v5.0.5
uses: actions/cache@v6.1.0
with:
path: |
~/.cargo/bin/
Expand Down
Loading