Skip to content

Commit fb232b0

Browse files
chore(deps): Bump taiki-e/install-action from 2.62.57 to 2.66.7
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.62.57 to 2.66.7. - [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@763e332...542ceba) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.66.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1d2b584 commit fb232b0

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
@@ -43,7 +43,7 @@ jobs:
4343
version: ${{ env.GOLANGCI_VERSION }}
4444
working-directory: ./component
4545
args: --config=${{ github.workspace }}/.golangci.yml
46-
- uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57
46+
- uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
4747
with:
4848
tool: ${{ format('wasm-tools@{0}', env.WASM_TOOLS_VERSION) }}
4949

@@ -104,7 +104,7 @@ jobs:
104104
version: ${{ env.GOLANGCI_VERSION }}
105105
working-directory: "./examples/component/${{ matrix.example }}"
106106
args: --config=${{ github.workspace }}/.golangci.yml
107-
- uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57
107+
- uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
108108
with:
109109
tool: ${{ format('wash@{0},wasm-tools@{1}', env.WASH_VERSION, env.WASM_TOOLS_VERSION) }}
110110

.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@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57
26+
- uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
2727
with:
2828
tool: wash@0.37.0
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41-
- uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57
41+
- uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
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@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
steps:
7979
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
80-
- uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57
80+
- uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
8181
with:
8282
tool: ${{ format('wash@{0},wasm-tools@{1}', env.WASH_VERSION, env.WASM_TOOLS_VERSION) }}
8383
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0

.github/workflows/wasmbus-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
53-
- uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57
53+
- uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
5454
with:
5555
tool: ${{ format('wash-cli@{0}', env.WASH_VERSION) }}
5656
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
@@ -101,7 +101,7 @@ jobs:
101101
version: ${{ env.GOLANGCI_VERSION }}
102102
working-directory: "./examples/wasmbus/${{ matrix.example }}"
103103
args: --config=${{ github.workspace }}/.golangci.yml
104-
- uses: taiki-e/install-action@763e3324d4fd026c9bd284c504378585777a87d5 # v2.62.57
104+
- uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
105105
with:
106106
tool: ${{ format('wash-cli@{0}', env.WASH_VERSION) }}
107107

0 commit comments

Comments
 (0)