Skip to content

Commit e9ca8d9

Browse files
committed
Update CI to use actions/cache@v4.
1 parent badb4b0 commit e9ca8d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "MASP_PARAMS=$(cargo run --release --example get-params-path --features directories)" >> $GITHUB_ENV
3030
- name: Cache MASP parameters
3131
id: cache-params
32-
uses: actions/cache@v3.3.2
32+
uses: actions/cache@v4
3333
with:
3434
path: ${{ env.MASP_PARAMS }}
3535
key: ${{ runner.os }}-params
@@ -131,6 +131,8 @@ jobs:
131131
image: rustlang/rust:nightly
132132
steps:
133133
- uses: actions/checkout@v3
134+
- name: Add target
135+
run: rustup toolchain install 1.81.0-x86_64-unknown-linux-gnu
134136
- name: Install cargo-audit
135137
run: cargo install cargo-audit
136138
- name: Cargo Audit

0 commit comments

Comments
 (0)