Skip to content

Commit 562c03b

Browse files
Bump Leafwing-Studios/cargo-cache from 2.6.0 to 2.6.1 (#725)
Bumps [Leafwing-Studios/cargo-cache](https://github.com/leafwing-studios/cargo-cache) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/leafwing-studios/cargo-cache/releases) - [Commits](Leafwing-Studios/cargo-cache@v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: Leafwing-Studios/cargo-cache dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 242ce77 commit 562c03b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
toolchain: stable
2020
components: rustfmt, clippy
2121
- name: Cache Cargo build files
22-
uses: Leafwing-Studios/cargo-cache@v2.6.0
22+
uses: Leafwing-Studios/cargo-cache@v2.6.1
2323
- name: Install alsa and udev
2424
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
2525
- name: CI job
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
toolchain: stable
3636
- name: Cache Cargo build files
37-
uses: Leafwing-Studios/cargo-cache@v2.6.0
37+
uses: Leafwing-Studios/cargo-cache@v2.6.1
3838
- name: Install alsa and udev
3939
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
4040
- name: Build & run tests
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
toolchain: stable
5353
- name: Cache Cargo build files
54-
uses: Leafwing-Studios/cargo-cache@v2.6.0
54+
uses: Leafwing-Studios/cargo-cache@v2.6.1
5555
- name: Install alsa and udev
5656
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
5757
- name: Check Compile
@@ -66,7 +66,7 @@ jobs:
6666
with:
6767
toolchain: stable
6868
- name: Cache Cargo build files
69-
uses: Leafwing-Studios/cargo-cache@v2.6.0
69+
uses: Leafwing-Studios/cargo-cache@v2.6.1
7070
- name: Install alsa and udev
7171
run: sudo apt-get update; sudo apt-get install --no-install-recommends libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev
7272
if: runner.os == 'linux'

0 commit comments

Comments
 (0)