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