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

This commit is contained in:
renovate[bot]
2026-07-23 20:11:28 +00:00
committed by Wolfgang Walther
parent 178b1d3e38
commit 473734f717
8 changed files with 19 additions and 19 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
allow-unsafe-pr-checkout: true
ref: ${{ github.event.pull_request.head.sha }}