From c8a2067f7ceaf9ad451a54f47c6060532e3c9929 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 00:34:10 +0000 Subject: [PATCH] Update github-actions non-major dependencies to v6.0.3 --- .github/workflows/hugo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index dac66a2c68..c9562aa1a2 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -39,7 +39,7 @@ jobs: - name: Install Dart Sass Embedded run: sudo snap install dart-sass-embedded - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: submodules: recursive fetch-depth: 0