From e2ad6a0d75fc6c9ed83e51d6a6cc27b51328e9a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 04:36:57 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20action=20actions/?= =?UTF-8?q?checkout=20(=20v6.0.0=20=E2=86=92=20v6.0.1=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/flux-local.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/flux-local.yaml b/.github/workflows/flux-local.yaml index 28d4399b..9a70c120 100644 --- a/.github/workflows/flux-local.yaml +++ b/.github/workflows/flux-local.yaml @@ -18,7 +18,7 @@ jobs: any_changed: ${{ steps.changed-files.outputs.any_changed }} steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Get Changed Files id: changed-files @@ -33,7 +33,7 @@ jobs: if: ${{ needs.pre-job.outputs.any_changed == 'true' }} steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Run flux-local test uses: docker://ghcr.io/allenporter/flux-local:v8.0.1 @@ -55,12 +55,12 @@ jobs: if: ${{ needs.pre-job.outputs.any_changed == 'true' }} steps: - name: Checkout Pull Request Branch - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: pull - name: Checkout Default Branch - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: "${{ github.event.repository.default_branch }}" path: default