From 80c1e5ffe8b13c9a661afbf4c354bbc327778ac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 12:11:44 +0000 Subject: [PATCH] chore(ci): Bump taiki-e/install-action from 2.47.0 to 2.47.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.47.0 to 2.47.2. - [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/v2.47.0...v2.47.2) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 8 ++++---- .github/workflows/lint.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 1dfff01..6dff986 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: taiki-e/install-action@v2.47.0 + - uses: taiki-e/install-action@v2.47.2 with: tool: cargo-deny - name: check advisories @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: taiki-e/install-action@v2.47.0 + - uses: taiki-e/install-action@v2.47.2 with: tool: cargo-deny - name: Scan for vulnerabilities @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: taiki-e/install-action@v2.47.0 + - uses: taiki-e/install-action@v2.47.2 with: tool: cargo-deny - name: check licenses @@ -59,7 +59,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: taiki-e/install-action@v2.47.0 + - uses: taiki-e/install-action@v2.47.2 with: tool: cargo-deny - name: check sources diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b988905..6687650 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: taiki-e/install-action@v2.47.0 + - uses: taiki-e/install-action@v2.47.2 with: tool: cargo-spellcheck - name: Check spelling