From 91b9aafbe772a6ab7cfea775b71e8b64330b13b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 06:04:23 +0000 Subject: [PATCH] chore(deps): update official github actions to v6.0.3 --- .github/workflows/update-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index 1ffd760..c68cf7e 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Check dist branch id: dist_branch @@ -43,7 +43,7 @@ jobs: - name: Checkout dist branch if: steps.dist_branch.outputs.exists == 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: dist path: dist