From 83b5b17838ebac775db2dff47e8dc1c007b43b83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:38:09 +0000 Subject: [PATCH] chore(deps): bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 85e6279cec87321a52edac9c87bce653a07cf6c2 to c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5. - [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...c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 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..1a22a87 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@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # v4.2.2 - uses: actions/configure-pages@d5606572c479bee637007364c6b4800ac4fc8573 # v5.0.0 - uses: actions/upload-pages-artifact@2d163be3ddce01512f3eea7ac5b7023b5d643ce1 # v3.0.1 with: