Skip to content

Commit 909f40a

Browse files
github: bump the github-dependencies group with 3 updates
Bumps the github-dependencies group with 3 updates: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache), [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) 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@v2.8.0...v2.8.1) Updates `MarcoIeni/release-plz-action` from 0.5.116 to 0.5.117 - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](release-plz/action@v0.5.116...v0.5.117) Updates `taiki-e/install-action` from 2.61.2 to 2.62.15 - [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@v2.61.2...v2.62.15) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: MarcoIeni/release-plz-action dependency-version: 0.5.117 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: taiki-e/install-action dependency-version: 2.62.15 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd675df commit 909f40a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/release-plz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
2323
with:
2424
toolchain: stable
25-
- uses: Swatinem/[email protected].0
25+
- uses: Swatinem/[email protected].1
2626
- name: Run release-plz
27-
uses: MarcoIeni/[email protected].116
27+
uses: MarcoIeni/[email protected].117
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

.github/workflows/rust.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/[email protected]
23-
- uses: taiki-e/install-action@v2.61.2
23+
- uses: taiki-e/install-action@v2.62.15
2424
with:
2525
tool: cargo-hack
26-
- uses: Swatinem/[email protected].0
26+
- uses: Swatinem/[email protected].1
2727
- name: build
2828
run: cargo hack build --feature-powerset
2929
test:
@@ -34,10 +34,10 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
steps:
3636
- uses: actions/[email protected]
37-
- uses: taiki-e/install-action@v2.61.2
37+
- uses: taiki-e/install-action@v2.62.15
3838
with:
3939
tool: cargo-hack
40-
- uses: Swatinem/[email protected].0
40+
- uses: Swatinem/[email protected].1
4141
- name: test
4242
run: cargo hack test --feature-powerset --exclude-features failing_tests
4343
clippy:
@@ -49,21 +49,21 @@ jobs:
4949
with:
5050
toolchain: stable
5151
components: clippy
52-
- uses: Swatinem/[email protected].0
52+
- uses: Swatinem/[email protected].1
5353
- name: clippy
5454
run: cargo clippy --all-features --all-targets --no-deps
5555
fmt:
5656
runs-on: ubuntu-latest
5757
steps:
5858
- uses: actions/[email protected]
59-
- uses: Swatinem/[email protected].0
59+
- uses: Swatinem/[email protected].1
6060
- name: fmt
6161
run: cargo fmt --check
6262
doc:
6363
runs-on: ubuntu-latest
6464
steps:
6565
- uses: actions/[email protected]
66-
- uses: Swatinem/[email protected].0
66+
- uses: Swatinem/[email protected].1
6767
- name: doc
6868
run: cargo doc --all-features
6969
# minimal:
@@ -81,7 +81,7 @@ jobs:
8181
# toolchain: nightly
8282
# - name: rustup default stable
8383
# run: rustup default stable
84-
# - uses: Swatinem/[email protected].0
84+
# - uses: Swatinem/[email protected].1
8585
# - name: cargo update -Zminimal-versions
8686
# run: cargo +nightly update -Zminimal-versions
8787
# - name: cargo check
@@ -96,8 +96,8 @@ jobs:
9696
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
9797
with:
9898
toolchain: stable
99-
- uses: Swatinem/[email protected].0
100-
- uses: taiki-e/install-action@v2.61.2
99+
- uses: Swatinem/[email protected].1
100+
- uses: taiki-e/install-action@v2.62.15
101101
with:
102102
tool: cargo-hack
103103
- name: Default features
@@ -111,6 +111,6 @@ jobs:
111111
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9
112112
with:
113113
toolchain: stable
114-
- uses: Swatinem/[email protected].0
114+
- uses: Swatinem/[email protected].1
115115
- name: "Is lockfile updated?"
116116
run: cargo update --workspace --locked

0 commit comments

Comments
 (0)