From bdb84245bfd1c30ec50cc11e0836eaab2a7dacdf Mon Sep 17 00:00:00 2001 From: XDEV Renovate Bot Date: Sat, 11 Jul 2026 06:00:31 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/deploy-to-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-pages.yml b/.github/workflows/deploy-to-pages.yml index 84aa5e2..477a952 100644 --- a/.github/workflows/deploy-to-pages.yml +++ b/.github/workflows/deploy-to-pages.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run build in Docker run: |