chore(deps): update actions/checkout action to v7

This commit is contained in:
renovate[bot]
2026-06-19 19:09:44 +00:00
committed by Wolfgang Walther
parent 336d32d1ce
commit 87b480bc0a
8 changed files with 20 additions and 19 deletions
+2 -1
View File
@@ -38,8 +38,9 @@ jobs:
# This is required for backport action to cherry-pick the PR
- name: Fetch PR ref
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
allow-unsafe-pr-checkout: true
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ steps.app-token.outputs.token }}