From 6eeb8277e1b29bc7caca3cd27e2aa5297cc9f1a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:43:41 +0000 Subject: [PATCH] Bump the ci-dependencies group with 2 updates Bumps the ci-dependencies group with 2 updates: [withastro/action](https://github.com/withastro/action) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `withastro/action` from 5.2.0 to 6.1.0 - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/15aa0a5a1e067940253e3b259413ab2ae882a740...44706356b4eb735f8b9035699eb4796241a040c4) Updates `actions/deploy-pages` from 4.0.5 to 5.0.0 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e...cd2ce8fcbc39b97be8ca5fce6e763baed58fa128) --- updated-dependencies: - dependency-name: withastro/action dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies - dependency-name: actions/deploy-pages dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/site-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/site-deploy.yaml b/.github/workflows/site-deploy.yaml index 1534733..84878ec 100644 --- a/.github/workflows/site-deploy.yaml +++ b/.github/workflows/site-deploy.yaml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: "Install, build, and upload your site" - uses: withastro/action@15aa0a5a1e067940253e3b259413ab2ae882a740 # v5.2.0 + uses: withastro/action@44706356b4eb735f8b9035699eb4796241a040c4 # v6.1.0 deploy: if: ${{ github.ref == 'refs/heads/main' }} @@ -36,4 +36,4 @@ jobs: steps: - name: "Deploy to GitHub Pages" id: deployment - uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5 + uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0