Skip to content

Commit 166b80f

Browse files
chore(deps): update swatinem/rust-cache action to v2.8.1
1 parent 433e40b commit 166b80f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust-wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
persist-credentials: false
4343
- name: Rust Cache
44-
uses: Swatinem/rust-cache@v2.8.0
44+
uses: Swatinem/rust-cache@v2.8.1
4545
with:
4646
prefix-key: ${{ matrix.os }}-${{ env.CI_RUSTC_VERSION }}-${{ env.CI_RUST_CACHE_VERSION }}-${{ hashFiles('**/Cargo.lock') }}-wasm
4747
# If it requires full-build, wasm-pack is required to build origlang-interop.

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
printf 'RUSTFLAGS=${{ env.CODEGEN_SELECTION }}' >> "$GITHUB_ENV"
7272
shell: bash
7373
- name: Rust Cache
74-
uses: Swatinem/rust-cache@v2.8.0
74+
uses: Swatinem/rust-cache@v2.8.1
7575
with:
7676
prefix-key: ${{ matrix.os }}-${{ matrix.rustc_version }}-${{ env.CI_RUST_CACHE_VERSION }}-${{ hashFiles('**/Cargo.lock') }}
7777
# See rust-wasm.yml for CI details about those package

0 commit comments

Comments
 (0)