Skip to content

Commit f2bdb7c

Browse files
dependabot[bot]Hywan
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.75.10 to 2.75.18
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.75.10 to 2.75.18. - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@85b24a6...055f5df) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 77baf25 commit f2bdb7c

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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2.75.10
41+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2.75.10
156+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2.75.10
215+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v 2.75.10
73+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v 2.75.10
110+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v 2.75.10
153+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2.75.10
195+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v 2.75.10
216+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v 2.75.10
295+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2.75.10
340+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v 2.75.10
416+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v 2.75.10
134+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v 2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2.75.10
29+
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
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@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # cargo-hack
19+
- uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # cargo-hack
2020
with:
2121
tool: cargo-hack
2222
- run: cargo hack check --rust-version --workspace --all-targets

0 commit comments

Comments
 (0)