From 3a65d404cf21a6f360e46acd5a01135b74c68090 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 10:45:04 +0000 Subject: [PATCH] deps: bump the actions-all group across 1 directory with 2 updates Bumps the actions-all group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [withastro/action](https://github.com/withastro/action). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `withastro/action` from 6 to 6.1.1 - [Release notes](https://github.com/withastro/action/releases) - [Commits](https://github.com/withastro/action/compare/v6...v6.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-all - dependency-name: withastro/action dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-docs.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 85f03a0..7ca1786 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Validate copilot-on-toast.json is valid JSON shell: pwsh diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 6d7843e..81e271b 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -22,8 +22,8 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 - - uses: withastro/action@v6 + - uses: actions/checkout@v7 + - uses: withastro/action@v6.1.1 with: path: ./docs