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

This commit is contained in:
renovate[bot]
2026-03-13 14:03:45 +00:00
committed by Wolfgang Walther
parent 8ee8cdd7f8
commit fb54db143d
8 changed files with 21 additions and 21 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ steps.app-token.outputs.token }}