From a3f3c7a2253a445f996a6d8497ef21a4cf7a30b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 12:31:50 +0000 Subject: [PATCH] chore(ci): Bump taiki-e/install-action from 2.48.15 to 2.48.18 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.48.15 to 2.48.18. - [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.15...v2.48.18) --- 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 5c812be8..58630330 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.15 + - uses: taiki-e/install-action@v2.48.18 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.15 + - uses: taiki-e/install-action@v2.48.18 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.15 + - uses: taiki-e/install-action@v2.48.18 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.15 + - uses: taiki-e/install-action@v2.48.18 with: tool: cargo-deny - name: check sources diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e34a17c8..4cc161aa 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.15 + - uses: taiki-e/install-action@v2.48.18 with: tool: cargo-spellcheck - name: Check spelling