Skip to content

Commit d15c59f

Browse files
dependabot[bot]eopb
authored andcommitted
github: bump the github-dependencies group with 2 updates
Bumps the github-dependencies group with 2 updates: [MarcoIeni/release-plz-action](https://github.com/marcoieni/release-plz-action) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `MarcoIeni/release-plz-action` from 0.5.98 to 0.5.99 - [Release notes](https://github.com/marcoieni/release-plz-action/releases) - [Commits](release-plz/action@v0.5.98...v0.5.99) Updates `taiki-e/install-action` from 2.49.11 to 2.49.24 - [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.49.11...v2.49.24) --- updated-dependencies: - dependency-name: MarcoIeni/release-plz-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b5fce8 commit d15c59f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-plz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
toolchain: stable
2525
- uses: Swatinem/rust-cache@v2.7.7
2626
- name: Run release-plz
27-
uses: MarcoIeni/release-plz-action@v0.5.98
27+
uses: MarcoIeni/release-plz-action@v0.5.99
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ${{ matrix.os }}
2121
steps:
2222
- uses: actions/checkout@v4.2.2
23-
- uses: taiki-e/install-action@v2.49.11
23+
- uses: taiki-e/install-action@v2.49.24
2424
with:
2525
tool: cargo-hack
2626
- uses: Swatinem/rust-cache@v2.7.7
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
steps:
3636
- uses: actions/checkout@v4.2.2
37-
- uses: taiki-e/install-action@v2.49.11
37+
- uses: taiki-e/install-action@v2.49.24
3838
with:
3939
tool: cargo-hack
4040
- uses: Swatinem/rust-cache@v2.7.7
@@ -97,7 +97,7 @@ jobs:
9797
with:
9898
toolchain: stable
9999
- uses: Swatinem/rust-cache@v2.7.7
100-
- uses: taiki-e/install-action@v2.49.11
100+
- uses: taiki-e/install-action@v2.49.24
101101
with:
102102
tool: cargo-hack
103103
- name: Default features

0 commit comments

Comments
 (0)