Skip to content

Commit

Permalink
chore(deps): bump taiki-e/install-action from 2.47.18 to 2.47.21
Browse files Browse the repository at this point in the history
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.47.18 to 2.47.21.
- [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@a7adeb1...da41fb3)

---
updated-dependencies:
- dependency-name: taiki-e/install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and vados-cosmonic committed Jan 21, 2025
1 parent 8351565 commit 36a0c4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
cache-key: ${{ format('e2e-wash-{0}', matrix.wash) }}

- name: Install `wash` CLI
uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350 # v2.47.18
uses: taiki-e/install-action@da41fb311fbbcecf899732e575aaeaa2fe65c934 # v2.47.21
with:
tool: wash@${{ matrix.wash }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples_.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- examples/providers/**
- name: Install `wash` CLI
uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350 # v2.47.18
uses: taiki-e/install-action@da41fb311fbbcecf899732e575aaeaa2fe65c934 # v2.47.21
with: { tool: wash }

- name: Get Installed wash Version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/examples_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
node-version-file: './examples/components/${{ inputs.folder }}/.nvmrc'

- name: Install Wash
uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350 # v2.47.18
uses: taiki-e/install-action@da41fb311fbbcecf899732e575aaeaa2fe65c934 # v2.47.21
with:
tool: wash@${{ inputs.wash-version }}

Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install Wash
uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350 # v2.47.18
uses: taiki-e/install-action@da41fb311fbbcecf899732e575aaeaa2fe65c934 # v2.47.21
with:
tool: wash@${{ inputs.wash-version }}

Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
echo "wasmcloud-toml-path=examples/typescript/components/${{ inputs.folder }}/wasmcloud.toml" >> $GITHUB_OUTPUT;
- name: Install Wash
uses: taiki-e/install-action@a7adeb15af2926b0ac7478ad165047cd2d8ba350 # v2.47.18
uses: taiki-e/install-action@da41fb311fbbcecf899732e575aaeaa2fe65c934 # v2.47.21
with:
tool: wash@${{ inputs.wash-version }}

Expand Down

0 comments on commit 36a0c4b

Please sign in to comment.