Skip to content

Commit a55f562

Browse files
dependabot[bot]rvolosatovs
authored andcommitted
chore(deps): bump taiki-e/install-action from 2.44.3 to 2.44.5
Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.44.3 to 2.44.5. - [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@a6c0fff...5b7f19e) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84633c2 commit a55f562

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/examples-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shared-key: "ubuntu-22.04-shared-cache"
5656
- name: install wash (previous version)
5757
if: ${{ matrix.wash-version != 'current' }}
58-
uses: taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
58+
uses: taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
5959
with:
6060
tool: wash-cli@${{ matrix.wash-version }}
6161
- name: build wash (current)

.github/workflows/secrets-nats-kv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
cli-args: "-f ./crates/secrets-nats-kv/tools/docker-compose.yml up --detach"
4040
- name: Install nextest
41-
uses: taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
41+
uses: taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
4242
with:
4343
tool: nextest
4444
- name: Run integration tests

.github/workflows/wash.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
shared-key: "${{ matrix.os }}-shared-cache"
3939
- name: Install nextest
40-
uses: taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
40+
uses: taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
4141
with:
4242
tool: nextest
4343

@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
cli-args: "-f ./crates/wash-cli/tools/docker-compose.yml up --detach"
7373
- name: Install nextest
74-
uses: taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
74+
uses: taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
7575
with:
7676
tool: nextest
7777
- name: Run integration tests
@@ -97,7 +97,7 @@ jobs:
9797
shared-key: "ubuntu-22.04-shared-cache"
9898
- name: install wash (previous version)
9999
if: ${{ matrix.wash-version != 'current' }}
100-
uses: taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
100+
uses: taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
101101
with:
102102
tool: wash-cli@${{ matrix.wash-version }}
103103
- name: install wash (current)

.github/workflows/washboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: npx playwright install --with-deps chromium
7575

7676
- name: Install wash
77-
uses: taiki-e/install-action@a6c0fffc64cb6b30fcb84295daa5f6d7da05fc62
77+
uses: taiki-e/install-action@5b7f19ed4759822ecb1606f4680073f9c0e78410
7878
with:
7979
tool: wash-cli@${{ matrix.wash.version }}
8080

0 commit comments

Comments
 (0)