Skip to content

Commit 7194a1f

Browse files
Merge pull request #251 from wasmCloud/dependabot/github_actions/taiki-e/install-action-2.49.34
chore(deps): Bump taiki-e/install-action from 2.49.18 to 2.49.34
2 parents 5edb5f8 + 8b1f23f commit 7194a1f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/component-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
version: ${{ env.GOLANGCI_VERSION }}
4444
working-directory: ./component
45-
- uses: taiki-e/install-action@f87f9990b09867202953bff9aa0c80e23ee16bb7 # v2.49.18
45+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
4646
with:
4747
tool: ${{ format('wasm-tools@{0}', env.WASM_TOOLS_VERSION) }}
4848

@@ -101,7 +101,7 @@ jobs:
101101
with:
102102
version: ${{ env.GOLANGCI_VERSION }}
103103
working-directory: "./examples/component/${{ matrix.example }}"
104-
- uses: taiki-e/install-action@f87f9990b09867202953bff9aa0c80e23ee16bb7 # v2.49.18
104+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
105105
with:
106106
tool: ${{ format('wash@{0},wasm-tools@{1}', env.WASH_VERSION, env.WASM_TOOLS_VERSION) }}
107107

.github/workflows/component-wit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "version=${version}" >> "$GITHUB_OUTPUT"
2424
echo "tarball=wit-${version}.tar.gz" >> "$GITHUB_OUTPUT"
2525
echo "version is ${version}"
26-
- uses: taiki-e/install-action@f87f9990b09867202953bff9aa0c80e23ee16bb7 # v2.49.18
26+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
2727
with:
2828
2929
- name: Generate and set config

.github/workflows/templates-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41-
- uses: taiki-e/install-action@f87f9990b09867202953bff9aa0c80e23ee16bb7 # v2.49.18
41+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
4242
with:
4343
tool: ${{ format('wash@{0},wasm-tools@{1},wrpc@{2}', env.WASH_VERSION, env.WASM_TOOLS_VERSION, env.WRPC_VERSION) }}
4444
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79-
- uses: taiki-e/install-action@f87f9990b09867202953bff9aa0c80e23ee16bb7 # v2.49.18
79+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
8080
with:
8181
tool: ${{ format('wash@{0},wasm-tools@{1}', env.WASH_VERSION, env.WASM_TOOLS_VERSION) }}
8282
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0

.github/workflows/wasmbus-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52-
- uses: taiki-e/install-action@f87f9990b09867202953bff9aa0c80e23ee16bb7 # v2.49.18
52+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
5353
with:
5454
tool: ${{ format('wash-cli@{0}', env.WASH_VERSION) }}
5555
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
@@ -99,7 +99,7 @@ jobs:
9999
with:
100100
version: ${{ env.GOLANGCI_VERSION }}
101101
working-directory: "./examples/wasmbus/${{ matrix.example }}"
102-
- uses: taiki-e/install-action@f87f9990b09867202953bff9aa0c80e23ee16bb7 # v2.49.18
102+
- uses: taiki-e/install-action@914ac1e29db2d22aef69891f032778d9adc3990d # v2.49.34
103103
with:
104104
tool: ${{ format('wash-cli@{0}', env.WASH_VERSION) }}
105105

0 commit comments

Comments
 (0)