From 1cbf5283f068bd03110243df8722335996fc0e6c Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:06:59 +0000 Subject: [PATCH] =?UTF-8?q?feat(gha/actions/checkout):=20update=20v4.2.2?= =?UTF-8?q?=20=E2=9E=BC=20v4.3.0=20(#3155)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com> --- .github/workflows/flux-localhost-build.yaml | 2 +- .github/workflows/ostree-build.yaml | 2 +- .github/workflows/renovate.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flux-localhost-build.yaml b/.github/workflows/flux-localhost-build.yaml index 5cae8863..90819f7d 100644 --- a/.github/workflows/flux-localhost-build.yaml +++ b/.github/workflows/flux-localhost-build.yaml @@ -51,7 +51,7 @@ jobs: version: "${{ env.FLUX_VERSION }}" - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 with: token: "${{ steps.oauth-token.outputs.token }}" diff --git a/.github/workflows/ostree-build.yaml b/.github/workflows/ostree-build.yaml index 9fe28171..cd068720 100644 --- a/.github/workflows/ostree-build.yaml +++ b/.github/workflows/ostree-build.yaml @@ -40,7 +40,7 @@ jobs: private-key: "${{ secrets.BOT_JWT_PRIVATE_KEY }}" # $BOT_JWT_PRIVATE_KEY is generated in GitHub App main settings page, uses the X.509 private key format - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 with: token: "${{ steps.oauth-token.outputs.token }}" diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 4526b346..86ecd4b3 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -84,7 +84,7 @@ jobs: owner: "${{ github.repository_owner }}" - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 with: token: "${{ steps.oauth-token.outputs.token }}"