Skip to content

Commit

Permalink
build(deps): bump taiki-e/install-action from 2.26.7 to 2.26.13 (#396)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 8ddbf26 commit 7fe13e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
toolchain: nightly

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.26.7
uses: taiki-e/install-action@v2.26.13
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
toolchain: nightly

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.26.7
uses: taiki-e/install-action@v2.26.13
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.26.7
uses: taiki-e/install-action@v2.26.13
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
toolchain: ${{ matrix.version.version }}

- name: Install cargo-hack and cargo-ci-cache-clean
uses: taiki-e/install-action@v2.26.7
uses: taiki-e/install-action@v2.26.13
with:
tool: cargo-hack,cargo-ci-cache-clean

Expand Down

0 comments on commit 7fe13e1

Please sign in to comment.