From adf9f7930c8cec7ad68fd422eee14c16023295a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 20:09:30 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d86b9ff..e9b8c7e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 # Updated to stable v4 + uses: actions/checkout@v6 # Updated to stable v4 - name: Setup Pages uses: actions/configure-pages@v5