chore(deps): update actions/checkout action to v5 (#926)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-11 16:51:54 +02:00
committed by GitHub
parent e90d2e2244
commit 57bbb59874
5 changed files with 7 additions and 7 deletions

View File

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