From 0126a9ba0ae181e032fcc39d15fbab91a0c0c7a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:34:41 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/deploy-gr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gr.yml b/.github/workflows/deploy-gr.yml index 60f40e7..17ebcd8 100644 --- a/.github/workflows/deploy-gr.yml +++ b/.github/workflows/deploy-gr.yml @@ -15,7 +15,7 @@ jobs: if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }} steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.workflow_run.head_sha || github.sha }}