From b045d1131f75cca24b93d2c4d3ae724c5634f764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 12:55:43 +0000 Subject: [PATCH] chore(ci): Bump taiki-e/install-action from 2.48.9 to 2.48.13 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.48.9 to 2.48.13. - [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.48.9...v2.48.13) --- 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 bf3bc074..904ad7c9 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: taiki-e/install-action@v2.48.9 + - uses: taiki-e/install-action@v2.48.13 with: tool: cargo-deny - name: check advisories @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: taiki-e/install-action@v2.48.9 + - uses: taiki-e/install-action@v2.48.13 with: tool: cargo-deny - name: Scan for vulnerabilities @@ -49,7 +49,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: taiki-e/install-action@v2.48.9 + - uses: taiki-e/install-action@v2.48.13 with: tool: cargo-deny - name: check licenses @@ -61,7 +61,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: taiki-e/install-action@v2.48.9 + - uses: taiki-e/install-action@v2.48.13 with: tool: cargo-deny - name: check sources diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4a9735bb..dd080835 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: taiki-e/install-action@v2.48.9 + - uses: taiki-e/install-action@v2.48.13 with: tool: cargo-spellcheck - name: Check spelling