Skip to content

Commit 304099c

Browse files
dependabot[bot]elasticdog
authored andcommitted
Bump the dependencies group with 2 updates
Bumps the dependencies group with 2 updates: [taiki-e/install-action](https://github.com/taiki-e/install-action) and [actions/labeler](https://github.com/actions/labeler). Updates `taiki-e/install-action` from 2.75.30 to 2.77.1 - [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@db5fb34...cca35ed) Updates `actions/labeler` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@634933e...f27b608) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.77.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/labeler dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f9ad9b commit 304099c

7 files changed

Lines changed: 9 additions & 9 deletions

.github/workflows/bump-version-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
timeout-minutes: 5
7878

7979
- name: Install cargo-release
80-
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb
80+
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
8181
with:
8282
tool: cargo-release
8383

.github/workflows/check-rust-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: rustup override set beta
2929

3030
- name: Install cargo-nextest
31-
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb
31+
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
3232
with:
3333
tool: cargo-nextest
3434

.github/workflows/check-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
timeout-minutes: 5
8787

8888
- name: Install cargo-nextest
89-
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb
89+
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
9090
with:
9191
tool: cargo-nextest
9292

@@ -140,7 +140,7 @@ jobs:
140140
timeout-minutes: 5
141141

142142
- name: Install cargo-nextest
143-
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb
143+
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
144144
with:
145145
tool: cargo-nextest
146146

.github/workflows/draft-release-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Install cross
104104
if: matrix.os == 'ubuntu-latest'
105-
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb
105+
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
106106
with:
107107
tool: cross
108108

.github/workflows/label-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Label pull request based on paths of changed files
14-
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b
14+
uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213
1515
with:
1616
dot: true

.github/workflows/preload-caches-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
timeout-minutes: 5
4242

4343
- name: Install cargo-nextest
44-
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb
44+
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
4545
with:
4646
tool: cargo-nextest
4747

@@ -87,7 +87,7 @@ jobs:
8787
timeout-minutes: 5
8888

8989
- name: Install cargo-nextest
90-
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb
90+
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
9191
with:
9292
tool: cargo-nextest
9393

.github/workflows/tag-untagged-releases-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
timeout-minutes: 5
5454

5555
- name: Install cargo-release
56-
uses: taiki-e/install-action@db5fb34fa772531a3ece57ca434f579eb334e0fb
56+
uses: taiki-e/install-action@cca35edeb1d01366c2843b68fc3ca441446d73d3
5757
with:
5858
tool: cargo-release
5959

0 commit comments

Comments
 (0)