From 155749e2fcf7982377f65a2fdc36de18eee45e0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:28:06 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2 to 2.79.7 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.79.7. - [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.79.7) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.7 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 25d6cc1..3e4234d 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.79.7 with: tool: zola@0.22.1 - run: pnpm install --frozen-lockfile