Skip to content

Commit 63f33a0

Browse files
dependabot[bot]poljar
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.68.26 to 2.74.0
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.68.26 to 2.74.0. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Commits](taiki-e/install-action@v2.68.26...v2.74.0) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.74.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b762b0 commit 63f33a0

4 files changed

Lines changed: 7 additions & 7 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@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2
41+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2
4242
with:
4343
tool: protoc@3.20.3
4444

@@ -149,7 +149,7 @@ jobs:
149149

150150
# install protoc in case we end up rebuilding opentelemetry-proto
151151
- name: Install protoc
152-
uses: taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2
152+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2
153153
with:
154154
tool: protoc@3.20.3
155155

@@ -206,7 +206,7 @@ jobs:
206206

207207
# install protoc in case we end up rebuilding opentelemetry-proto
208208
- name: Install protoc
209-
uses: taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2
209+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2
210210
with:
211211
tool: protoc@3.20.3
212212

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
persist-credentials: false
188188

189189
- name: Install protoc
190-
uses: taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2
190+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2
191191
with:
192192
tool: protoc@3.20.3
193193

@@ -331,7 +331,7 @@ jobs:
331331
persist-credentials: false
332332

333333
- name: Install protoc
334-
uses: taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2
334+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2
335335
with:
336336
tool: protoc@3.20.3
337337

.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@64c5c20c872907b6f7cd50994ac189e7274160f2 # v2
29+
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2
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@4146cc238a18f9b3f3427572fd4585d2d2d78c88 # cargo-hack
19+
- uses: taiki-e/install-action@64c5c20c872907b6f7cd50994ac189e7274160f2 # cargo-hack
2020
with:
2121
tool: cargo-hack
2222
- run: cargo hack check --rust-version --workspace --all-targets

0 commit comments

Comments
 (0)