chore(deps): update actions/checkout action to v4.3.0 (#925)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-11 14:05:17 +02:00
committed by GitHub
parent bc2defc8ef
commit 917dabc4be
5 changed files with 7 additions and 7 deletions

View File

@@ -24,7 +24,7 @@ jobs:
steps:
- name: 📥 Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
with:
ref: ${{ github.event.pull_request.head.sha || github.sha }}
show-progress: false