chore(deps): bump taiki-e/install-action from 2.58.17 to 2.61.3
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.58.17 to 2.61.3.
- [Release notes](https://github.com/taiki-e/install-action/releases)
- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)
- [Commits](ad95d4e02e...67cc679904)
---
updated-dependencies:
- dependency-name: taiki-e/install-action
dependency-version: 2.61.3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
5b125d6d33
commit
0fc7afe6eb
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "${HOME}/bin" >> $GITHUB_PATH
|
echo "${HOME}/bin" >> $GITHUB_PATH
|
||||||
|
|
||||||
- uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
- uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
with:
|
with:
|
||||||
tool: wash
|
tool: wash
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||||
- name: Install convco
|
- name: Install convco
|
||||||
uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
with:
|
with:
|
||||||
tool: convco@0.6.1
|
tool: convco@0.6.1
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
# Download wash binary & install to path
|
# Download wash binary & install to path
|
||||||
- name: install wash (${{ matrix.wash-version }})
|
- name: install wash (${{ matrix.wash-version }})
|
||||||
if: ${{ matrix.wash-version && matrix.wash-version != 'current' }}
|
if: ${{ matrix.wash-version && matrix.wash-version != 'current' }}
|
||||||
uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
with:
|
with:
|
||||||
tool: wash@${{ matrix.wash-version }}
|
tool: wash@${{ matrix.wash-version }}
|
||||||
|
|
||||||
|
|
@ -109,12 +109,12 @@ jobs:
|
||||||
working-directory: examples/${{ matrix.project.lang }}/providers/${{ matrix.project.name }}
|
working-directory: examples/${{ matrix.project.lang }}/providers/${{ matrix.project.name }}
|
||||||
|
|
||||||
# Install wit-bindgen
|
# Install wit-bindgen
|
||||||
- uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
- uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
with:
|
with:
|
||||||
tool: wit-bindgen-cli
|
tool: wit-bindgen-cli
|
||||||
|
|
||||||
# Install wasm-tools for golang projects
|
# Install wasm-tools for golang projects
|
||||||
- uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
- uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
if: ${{ matrix.project.lang == 'golang' }}
|
if: ${{ matrix.project.lang == 'golang' }}
|
||||||
with:
|
with:
|
||||||
tool: wasm-tools@1.225.0
|
tool: wasm-tools@1.225.0
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,7 @@ jobs:
|
||||||
|
|
||||||
- name: Install cargo zigbuild
|
- name: Install cargo zigbuild
|
||||||
if: ${{ contains(matrix.config.buildCommand, 'zigbuild') }}
|
if: ${{ contains(matrix.config.buildCommand, 'zigbuild') }}
|
||||||
uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
with:
|
with:
|
||||||
tool: cargo-zigbuild
|
tool: cargo-zigbuild
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
cli-args: '-f ./crates/secrets-nats-kv/tools/docker-compose.yml up --detach'
|
cli-args: '-f ./crates/secrets-nats-kv/tools/docker-compose.yml up --detach'
|
||||||
- name: Install nextest
|
- name: Install nextest
|
||||||
uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
with:
|
with:
|
||||||
tool: nextest
|
tool: nextest
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
|
|
|
||||||
|
|
@ -67,10 +67,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
shared-key: '${{ matrix.os }}-shared-cache'
|
shared-key: '${{ matrix.os }}-shared-cache'
|
||||||
- name: Install nextest
|
- name: Install nextest
|
||||||
uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
with:
|
with:
|
||||||
tool: nextest,wit-bindgen-cli
|
tool: nextest,wit-bindgen-cli
|
||||||
- uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
- uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
with:
|
with:
|
||||||
tool: wasm-tools@1.225.0 # TODO: update once wit-bindgen-go is fixed
|
tool: wasm-tools@1.225.0 # TODO: update once wit-bindgen-go is fixed
|
||||||
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
|
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
|
||||||
|
|
@ -118,10 +118,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
cli-args: '-f ./crates/wash/tools/docker-compose.yml up --detach'
|
cli-args: '-f ./crates/wash/tools/docker-compose.yml up --detach'
|
||||||
- name: Install nextest
|
- name: Install nextest
|
||||||
uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
with:
|
with:
|
||||||
tool: nextest,wit-bindgen-cli
|
tool: nextest,wit-bindgen-cli
|
||||||
- uses: taiki-e/install-action@ad95d4e02e061d4390c4b66ef5ed56c7fee3d2ce # v2.58.17
|
- uses: taiki-e/install-action@67cc679904bee382389bf22082124fa963c6f6bd # v2.61.3
|
||||||
with:
|
with:
|
||||||
tool: wasm-tools@1.225.0 # TODO: update once wit-bindgen-go is fixed
|
tool: wasm-tools@1.225.0 # TODO: update once wit-bindgen-go is fixed
|
||||||
- name: Run integration tests
|
- name: Run integration tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue