feat(gha/actions/checkout): update v4.2.2 ➼ v4.3.0 (#3155)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-08-11 11:06:59 +00:00
committed by GitHub
parent dfcedf9c9d
commit 1cbf5283f0
3 changed files with 3 additions and 3 deletions

View File

@@ -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 }}"

View File

@@ -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 }}"

View File

@@ -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 }}"