From 15009e8936007f2c806b6c392ab069dcecb00486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 16:21:16 +0000 Subject: [PATCH] Bump the all-actions group across 1 directory with 2 updates Bumps the all-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [shalzz/zola-deploy-action](https://github.com/shalzz/zola-deploy-action). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.2...v5.0.0) Updates `shalzz/zola-deploy-action` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/shalzz/zola-deploy-action/releases) - [Commits](https://github.com/shalzz/zola-deploy-action/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: shalzz/zola-deploy-action dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/zola.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zola.yml b/.github/workflows/zola.yml index f51795b..0ad90e0 100644 --- a/.github/workflows/zola.yml +++ b/.github/workflows/zola.yml @@ -11,9 +11,9 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v5.0.0 - name: Build and Deploy - uses: shalzz/zola-deploy-action@v0.20.0 + uses: shalzz/zola-deploy-action@v0.21.0 env: # Target branch PAGES_BRANCH: gh-pages