Skip to content

Commit 6cf91be

Browse files
chore(deps): bump the all-actions-version-updates group with 2 updates
Bumps the all-actions-version-updates group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [release-plz/action](https://github.com/release-plz/action). Updates `taiki-e/install-action` from 2 to 2.83.2 - [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...v2.83.2) Updates `release-plz/action` from 0.5 to 0.5.130 - [Release notes](https://github.com/release-plz/action/releases) - [Commits](release-plz/action@v0.5...v0.5.130) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.83.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions-version-updates - dependency-name: release-plz/action dependency-version: 0.5.130 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent befa80c commit 6cf91be

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with: { submodules: true }
2525
- if: github.event_name != 'release' && github.event_name != 'workflow_dispatch'
2626
uses: Swatinem/rust-cache@v2
27-
- uses: taiki-e/install-action@v2
27+
- uses: taiki-e/install-action@v2.83.2
2828
with: { tool: 'just,cargo-binstall,protoc' }
2929
- run: just ci-test
3030

@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v7
36-
- uses: taiki-e/install-action@v2
36+
- uses: taiki-e/install-action@v2.83.2
3737
with: { tool: 'just,cargo-binstall,cargo-minimal-versions,cargo-hack' }
3838
- name: Read MSRV
3939
id: msrv
@@ -55,7 +55,7 @@ jobs:
5555
- uses: actions/checkout@v7
5656
with: { submodules: true }
5757
- uses: Swatinem/rust-cache@v2
58-
- uses: taiki-e/install-action@v2
58+
- uses: taiki-e/install-action@v2.83.2
5959
with: { tool: 'just,cargo-llvm-cov,protoc' }
6060
- run: just ci-coverage
6161
- name: Upload coverage to Codecov
@@ -100,14 +100,14 @@ jobs:
100100
with: { fetch-depth: 0 }
101101
- uses: dtolnay/rust-toolchain@stable
102102
- name: Publish to crates.io if crate's version is newer
103-
uses: release-plz/action@v0.5
103+
uses: release-plz/action@v0.5.130
104104
id: release
105105
with: { command: release }
106106
env:
107107
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
108108
- if: ${{ steps.release.outputs.releases_created == 'false' }}
109109
name: If version is the same, create a PR proposing new version and changelog for the next release
110-
uses: release-plz/action@v0.5
110+
uses: release-plz/action@v0.5.130
111111
with: { command: release-pr }
112112
env:
113113
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
@@ -148,7 +148,7 @@ jobs:
148148
- uses: actions/checkout@v7
149149
with:
150150
ref: ${{ github.event_name == 'workflow_dispatch' && inputs.release_tag || github.sha }}
151-
- uses: taiki-e/install-action@v2
151+
- uses: taiki-e/install-action@v2.83.2
152152
with: { tool: just }
153153
- name: Read package version
154154
id: package

0 commit comments

Comments
 (0)