fix(gha/actions/checkout): update v4.3.0 ➼ v4.3.1 (#3867)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2025-11-17 17:10:05 +00:00
committed by GitHub
parent 6741b9abb4
commit a7e8d391b8
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
token: "${{ steps.oauth-token.outputs.token }}"

View File

@@ -84,7 +84,7 @@ jobs:
owner: "${{ github.repository_owner }}"
- name: Checkout
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
token: "${{ steps.oauth-token.outputs.token }}"