From 57e33794cc6147485ec55b13e4577bf52442ad1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 12:57:32 +0000 Subject: [PATCH] chore(ci): Bump taiki-e/install-action from 2.48.1 to 2.48.9 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.48.1 to 2.48.9. - [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.1...v2.48.9) --- 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 d650a309..bf3bc074 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.1 + - uses: taiki-e/install-action@v2.48.9 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.1 + - uses: taiki-e/install-action@v2.48.9 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.1 + - uses: taiki-e/install-action@v2.48.9 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.1 + - uses: taiki-e/install-action@v2.48.9 with: tool: cargo-deny - name: check sources diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 18e0e0ed..4a9735bb 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.1 + - uses: taiki-e/install-action@v2.48.9 with: tool: cargo-spellcheck - name: Check spelling