From 55031279c387e221448362c028568dfb36b9366f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:03:20 +0100 Subject: [PATCH] Bump taiki-e/install-action from 2.45.8 to 2.45.14 (#77) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.45.8 to 2.45.14. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd...ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed6fdb5..e537663 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/checkout@v4 # Install cargo dependencies - - uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd + - uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 with: tool: just, cargo-nextest, cargo-hack, sqlx-cli, wasm-bindgen-cli @@ -68,7 +68,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd + - uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 with: tool: just - run: just clippy @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd + - uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 with: tool: just, cargo-hack, cargo-udeps - run: just udeps-full @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: taiki-e/install-action@ddaadeb8971af08eaa9bdad7ba96eb721ed2aafd + - uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 with: tool: just - run: just doc