diff --git a/.github/workflows/flux-local.yaml b/.github/workflows/flux-local.yaml index 88da7d6a..1eac101b 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: path: pull - name: Checkout Default Branch - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: ref: "${{ github.event.repository.default_branch }}" path: default