Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/bindings_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
persist-credentials: false

- name: Install protoc
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0
with:
tool: protoc@3.20.3

Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

# install protoc in case we end up rebuilding opentelemetry-proto
- name: Install protoc
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0
with:
tool: protoc@3.20.3

Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:

# install protoc in case we end up rebuilding opentelemetry-proto
- name: Install protoc
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0
with:
tool: protoc@3.20.3

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
save-if: ${{ github.ref == 'refs/heads/main' }}

- name: Install nextest
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0
with:
tool: nextest

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

- name: Install nextest
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0
with:
tool: nextest

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

- name: Install nextest
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0
with:
tool: nextest

Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
persist-credentials: false

- name: Install protoc
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0
with:
tool: protoc@3.20.3

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

- name: Install nextest
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0
with:
tool: nextest

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

- name: Install nextest
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0
with:
tool: nextest

Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
persist-credentials: false

- name: Install protoc
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0
with:
tool: protoc@3.20.3

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

- name: Install nextest
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0
with:
tool: nextest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
save-if: ${{ github.ref == 'refs/heads/main' }}

- name: Install nextest and llvm-cov
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v 2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v 2.76.0
with:
tool: nextest,cargo-llvm-cov

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
persist-credentials: false

- name: Install protoc
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # v2.76.0
with:
tool: protoc@3.20.3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # cargo-hack
- uses: taiki-e/install-action@711e1c3275189d76dcc4d34ddea63bf96ac49090 # cargo-hack
with:
tool: cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets
Loading