From 06c6de2022e5744af8b8b773ca874c893c6e259c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 20:49:15 +0000 Subject: [PATCH] chore(deps): bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 85e6279cec87321a52edac9c87bce653a07cf6c2 to 71cf2267d89c5cb81562390fa70a37fa40b1305e. - [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/85e6279cec87321a52edac9c87bce653a07cf6c2...71cf2267d89c5cb81562390fa70a37fa40b1305e) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 71cf2267d89c5cb81562390fa70a37fa40b1305e dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ce7828b..15d9fd0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,7 +20,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # v4.2.2 + - uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.2.2 - uses: actions/configure-pages@d5606572c479bee637007364c6b4800ac4fc8573 # v5.0.0 - uses: actions/upload-pages-artifact@2d163be3ddce01512f3eea7ac5b7023b5d643ce1 # v3.0.1 with: