From cf65f5d7c0ada82776844f838e8fdb74adc3f5bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:53:35 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/microsite-deployment-branch.yml | 2 +- .github/workflows/microsite-deployment-full.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/microsite-deployment-branch.yml b/.github/workflows/microsite-deployment-branch.yml index cb8e1fb..c290d1b 100644 --- a/.github/workflows/microsite-deployment-branch.yml +++ b/.github/workflows/microsite-deployment-branch.yml @@ -33,7 +33,7 @@ jobs: id: versions - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6 diff --git a/.github/workflows/microsite-deployment-full.yml b/.github/workflows/microsite-deployment-full.yml index 9e0d993..26049d6 100644 --- a/.github/workflows/microsite-deployment-full.yml +++ b/.github/workflows/microsite-deployment-full.yml @@ -36,7 +36,7 @@ jobs: id: versions - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install pnpm uses: pnpm/action-setup@v6