From 58d09c4038b5acbd221ad5bf9314165c7778c676 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 20:52:32 +0000 Subject: [PATCH] chore(deps): bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 85e6279cec87321a52edac9c87bce653a07cf6c2 to 8edcb1bdb4e267140fa742c62e395cd74f332709. - [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...8edcb1bdb4e267140fa742c62e395cd74f332709) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 8edcb1bdb4e267140fa742c62e395cd74f332709 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..be36a49 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@8edcb1bdb4e267140fa742c62e395cd74f332709 # v4.2.2 - uses: actions/configure-pages@d5606572c479bee637007364c6b4800ac4fc8573 # v5.0.0 - uses: actions/upload-pages-artifact@2d163be3ddce01512f3eea7ac5b7023b5d643ce1 # v3.0.1 with: