Skip to content

Commit 1dbe427

Browse files
authored
Merge pull request #11420 from gitbutlerapp/dependabot/github_actions/Swatinem/rust-cache-2.8.2
Bump Swatinem/rust-cache from 2.8.1 to 2.8.2
2 parents 2c78540 + 5c7e98b commit 1dbe427

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
rustup target add ${{ matrix.target }}
140140
# The cache doesn't pick up the environment variable set above, so we have to set it ourselves.
141141
- name: Rust Cache ${{ matrix.target }}
142-
uses: Swatinem/rust-cache@v2.8.1
142+
uses: Swatinem/rust-cache@v2.8.2
143143
with:
144144
shared-key: app-release-build-${{ github.event.inputs.channel || 'nightly' }}${{ matrix.target }}
145145
- name: Init Node Environment

.github/workflows/push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
persist-credentials: false
7373
- name: Rust Cache
74-
uses: Swatinem/rust-cache@v2.8.1
74+
uses: Swatinem/rust-cache@v2.8.2
7575
with:
7676
shared-key: ts-def-gen
7777
save-if: ${{ github.ref == 'refs/heads/master' }}
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
persist-credentials: false
129129
- name: Rust Cache
130-
uses: Swatinem/rust-cache@v2.8.1
130+
uses: Swatinem/rust-cache@v2.8.2
131131
with:
132132
shared-key: lint
133133
save-if: ${{ github.ref == 'refs/heads/master' }}
@@ -177,7 +177,7 @@ jobs:
177177
with:
178178
persist-credentials: false
179179
- name: Rust Cache
180-
uses: Swatinem/rust-cache@v2.8.1
180+
uses: Swatinem/rust-cache@v2.8.2
181181
with:
182182
shared-key: cargo-test-no-tauri
183183
save-if: ${{ github.ref == 'refs/heads/master' }}
@@ -206,7 +206,7 @@ jobs:
206206
with:
207207
persist-credentials: false
208208
- name: Rust Cache
209-
uses: Swatinem/rust-cache@v2.8.1
209+
uses: Swatinem/rust-cache@v2.8.2
210210
with:
211211
shared-key: cargo-test-tauri
212212
save-if: ${{ github.ref == 'refs/heads/master' }}
@@ -229,7 +229,7 @@ jobs:
229229
with:
230230
persist-credentials: false
231231
- name: Rust Cache
232-
uses: Swatinem/rust-cache@v2.8.1
232+
uses: Swatinem/rust-cache@v2.8.2
233233
with:
234234
shared-key: cargo-test
235235
save-if: ${{ github.ref == 'refs/heads/master' }}

.github/workflows/test-e2e-blackbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: apt update && apt install -y webkit2gtk-driver ffmpeg xvfb
4242
if: ${{ github.ref != 'refs/heads/master' }}
4343
- name: Rust Cache
44-
uses: Swatinem/rust-cache@v2.8.1
44+
uses: Swatinem/rust-cache@v2.8.2
4545
with:
4646
shared-key: e2e-blackbox-rust-binaries
4747
save-if: ${{ github.ref == 'refs/heads/master' }}

.github/workflows/test-e2e-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
persist-credentials: false
3838
ref: ${{ github.event.inputs.sha }}
3939
- name: Rust Cache
40-
uses: Swatinem/rust-cache@v2.8.1
40+
uses: Swatinem/rust-cache@v2.8.2
4141
with:
4242
shared-key: e2e-playwright-rust-binaries
4343
save-if: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)