From b630d92487bcfc49ec648ef930fb81a275cce807 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 03:11:51 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2 to 2.75.19 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.75.19. - [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...v2.75.19) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.75.19 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/zola.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zola.yml b/.github/workflows/zola.yml index 319c3b1..34d0ba1 100644 --- a/.github/workflows/zola.yml +++ b/.github/workflows/zola.yml @@ -41,7 +41,7 @@ jobs: node-version: lts/* - uses: mfinelli/setup-imagemagick@v7 - uses: extractions/setup-just@v3 - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.75.19 with: tool: zola@0.22.1 - run: pnpm install --frozen-lockfile