Skip to content

Commit 60c888a

Browse files
chore(deps): bump swatinem/rust-cache from 2.8.2 to 2.9.1
Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.8.2 to 2.9.1. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@779680d...c193711) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33dc3d2 commit 60c888a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: rustup override set $RUST_VERSION
4141
shell: bash
4242
- name: Cache rust cargo artifacts
43-
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
43+
uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
4444
- name: Run rustfmt
4545
run: cargo fmt --all -- --check
4646
- name: Run clippy
@@ -91,7 +91,7 @@ jobs:
9191
show-progress: false
9292
persist-credentials: false
9393
- name: Cache rust cargo artifacts
94-
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
94+
uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
9595
- name: Rustdoc
9696
run: cargo doc --document-private-items --no-deps
9797

@@ -134,7 +134,7 @@ jobs:
134134
shell: bash
135135

136136
- name: Cache rust cargo artifacts
137-
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
137+
uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
138138

139139
- name: Install nextest
140140
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754
@@ -168,7 +168,7 @@ jobs:
168168
persist-credentials: false
169169

170170
- name: Cache rust cargo artifacts
171-
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
171+
uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
172172

173173
- name: Build C library
174174
run: cargo build -p deltachat_ffi
@@ -194,7 +194,7 @@ jobs:
194194
persist-credentials: false
195195

196196
- name: Cache rust cargo artifacts
197-
uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
197+
uses: swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
198198

199199
- name: Build deltachat-rpc-server
200200
run: cargo build -p deltachat-rpc-server

.github/workflows/jsonrpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
node-version: 18.x
2727
- name: Add Rust cache
28-
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5
28+
uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4
2929
- name: npm install
3030
working-directory: deltachat-jsonrpc/typescript
3131
run: npm install

0 commit comments

Comments
 (0)