From bdb4e5dfef322900d35d8541084023cb49745cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:02:29 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.45.6 to 2.45.14 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.45.6 to 2.45.14. - [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/6da51af62171044932d435033daa70a0eb3383ba...ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1) --- 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/spellcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index 1fa79bac..5be2ee8b 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -21,7 +21,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install typos - uses: taiki-e/install-action@6da51af62171044932d435033daa70a0eb3383ba # v2.45.6 + uses: taiki-e/install-action@ec9269c9ddb8f79f082e226dcbb74bfb4c652ab1 # v2.45.14 with: tool: typos - name: Run typos