From 412e37f890053d4aae0f44e5dc84681b42a422c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:34:29 +0000 Subject: [PATCH] chore(ci): Bump taiki-e/install-action from 2.46.9 to 2.46.20 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.46.9 to 2.46.20. - [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.46.9...v2.46.20) --- 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 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 926bb07d..ebdf4ef1 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.46.9 + - uses: taiki-e/install-action@v2.46.20 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.46.9 + - uses: taiki-e/install-action@v2.46.20 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.46.9 + - uses: taiki-e/install-action@v2.46.20 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.46.9 + - uses: taiki-e/install-action@v2.46.20 with: tool: cargo-deny - name: check sources