From c0ec97d268d45df633979d823b86deed6fd9ea72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:15:16 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6.0.3 --- .github/workflows/autofix.yaml | 2 +- .github/workflows/update-project.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autofix.yaml b/.github/workflows/autofix.yaml index 548b102..af3eb3b 100644 --- a/.github/workflows/autofix.yaml +++ b/.github/workflows/autofix.yaml @@ -8,7 +8,7 @@ jobs: permissions: {} timeout-minutes: 15 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{github.head_ref}} persist-credentials: false diff --git a/.github/workflows/update-project.yaml b/.github/workflows/update-project.yaml index 832bcd8..c5f2f57 100644 --- a/.github/workflows/update-project.yaml +++ b/.github/workflows/update-project.yaml @@ -10,7 +10,7 @@ jobs: permissions: issues: write steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - id: token