From 1edd962e56baa9b3f21848d8816a062e82974f8e Mon Sep 17 00:00:00 2001 From: "mchesterbot[bot]" <105906096+mchesterbot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:28:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to eef6144 --- .github/workflows/flux-diff.yaml | 4 ++-- .github/workflows/renovate.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flux-diff.yaml b/.github/workflows/flux-diff.yaml index 231b743a0b..5fed74009e 100644 --- a/.github/workflows/flux-diff.yaml +++ b/.github/workflows/flux-diff.yaml @@ -20,7 +20,7 @@ jobs: matrix: ${{ steps.changed-files.outputs.all_changed_and_modified_files }} steps: - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: fetch-depth: 0 @@ -65,7 +65,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Install Flux uses: fluxcd/flux2/action@main diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index b52018f80b..8966397dd0 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -50,7 +50,7 @@ jobs: private-key: "${{ secrets.BOT_APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 with: token: "${{ steps.app-token.outputs.token }}"