Skip to content

Commit 2a70763

Browse files
dependabot[bot]poljar
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.75.18 to 2.75.23
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.18 to 2.75.23. - [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@055f5df...481c34c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65cdd9d commit 2a70763

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/bindings_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
persist-credentials: false
3939

4040
- name: Install protoc
41-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
41+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
4242
with:
4343
tool: protoc@3.20.3
4444

@@ -153,7 +153,7 @@ jobs:
153153

154154
# install protoc in case we end up rebuilding opentelemetry-proto
155155
- name: Install protoc
156-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
156+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
157157
with:
158158
tool: protoc@3.20.3
159159

@@ -212,7 +212,7 @@ jobs:
212212

213213
# install protoc in case we end up rebuilding opentelemetry-proto
214214
- name: Install protoc
215-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
215+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
216216
with:
217217
tool: protoc@3.20.3
218218

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
save-if: ${{ github.ref == 'refs/heads/main' }}
7171

7272
- name: Install nextest
73-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
73+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
7474
with:
7575
tool: nextest
7676

@@ -107,7 +107,7 @@ jobs:
107107
save-if: ${{ github.ref == 'refs/heads/main' }}
108108

109109
- name: Install nextest
110-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
110+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
111111
with:
112112
tool: nextest
113113

@@ -150,7 +150,7 @@ jobs:
150150
save-if: ${{ github.ref == 'refs/heads/main' }}
151151

152152
- name: Install nextest
153-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
153+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
154154
with:
155155
tool: nextest
156156

@@ -192,7 +192,7 @@ jobs:
192192
persist-credentials: false
193193

194194
- name: Install protoc
195-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
195+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
196196
with:
197197
tool: protoc@3.20.3
198198

@@ -213,7 +213,7 @@ jobs:
213213
save-if: ${{ github.ref == 'refs/heads/main' }}
214214

215215
- name: Install nextest
216-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
216+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
217217
with:
218218
tool: nextest
219219

@@ -292,7 +292,7 @@ jobs:
292292
save-if: ${{ github.ref == 'refs/heads/main' }}
293293

294294
- name: Install nextest
295-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
295+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
296296
with:
297297
tool: nextest
298298

@@ -337,7 +337,7 @@ jobs:
337337
persist-credentials: false
338338

339339
- name: Install protoc
340-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
340+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
341341
with:
342342
tool: protoc@3.20.3
343343

@@ -413,7 +413,7 @@ jobs:
413413
save-if: ${{ github.ref == 'refs/heads/main' }}
414414

415415
- name: Install nextest
416-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
416+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
417417
with:
418418
tool: nextest
419419

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
save-if: ${{ github.ref == 'refs/heads/main' }}
132132

133133
- name: Install nextest and llvm-cov
134-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
134+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
135135
with:
136136
tool: nextest,cargo-llvm-cov
137137

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Install protoc
29-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
29+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
3030
with:
3131
tool: protoc@3.20.3
3232

.github/workflows/msrv.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1717
with:
1818
persist-credentials: false
19-
- uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # cargo-hack
19+
- uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # cargo-hack
2020
with:
2121
tool: cargo-hack
2222
- run: cargo hack check --rust-version --workspace --all-targets

0 commit comments

Comments
 (0)