Skip to content

Commit 7195c97

Browse files
chore(deps)(deps): bump the all-dependencies group across 1 directory with 2 updates (#15)
Bumps the all-dependencies group with 2 updates in the / directory: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `Swatinem/rust-cache` from 2.8.0 to 2.8.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@98c8021...f13886b) Updates `taiki-e/install-action` from 2.58.31 to 2.62.43 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@6e092de...81ecf98) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: taiki-e/install-action dependency-version: 2.62.43 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2894937 commit 7195c97

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # stable
2929

3030
- name: Rust cache
31-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
31+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
3232
with:
3333
cache-on-failure: true
3434

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: dtolnay/rust-toolchain@22a6a5b0f9f487c5f5587025ae9d4a1caf2a8a78 # clippy
2929

3030
- name: Rust cache
31-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
31+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
3232
with:
3333
cache-on-failure: true
3434

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: dtolnay/rust-toolchain@22a6a5b0f9f487c5f5587025ae9d4a1caf2a8a78 # clippy
2929

3030
- name: Rust cache
31-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
31+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
3232
with:
3333
cache-on-failure: true
3434

.github/workflows/unit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # stable
3535

3636
- name: Install latest cargo-nextest release
37-
uses: taiki-e/install-action@6e092deb71cc9ba464addeccefe34c0d06921585 # v2.58.31
37+
uses: taiki-e/install-action@81ecf985428d5c2ea81dbf079bceca32bc9604ab # v2.62.43
3838
with:
3939
tool: nextest
4040

@@ -52,7 +52,7 @@ jobs:
5252
rm -rf "bitcoin-$BITCOIND_VERSION" "bitcoin-$BITCOIND_VERSION-$BITCOIND_ARCH.tar.gz"
5353
5454
- name: Rust cache
55-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
55+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
5656
with:
5757
cache-on-failure: true
5858

@@ -78,7 +78,7 @@ jobs:
7878
uses: dtolnay/rust-toolchain@fcf085fcb4b4b8f63f96906cd713eb52181b5ea4 # stable
7979

8080
- name: Rust cache
81-
uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2
81+
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2
8282
with:
8383
cache-on-failure: true
8484

0 commit comments

Comments
 (0)