chore(deps): update actions/checkout action to v6.0.3

This commit is contained in:
renovate[bot]
2026-06-04 09:09:49 +00:00
committed by Wolfgang Walther
parent 416a15480f
commit 3ca876da62
8 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
# This is required for backport action to cherry-pick the PR
- name: Fetch PR ref
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ steps.app-token.outputs.token }}