Update actions/checkout action to v7.0.1

This commit is contained in:
renovate[bot]
2026-07-20 23:46:21 +00:00
committed by GitHub
parent 191be0931e
commit 25011224cf
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
ref: ${{ inputs.ref }}
repository: ${{ inputs.repository }}