Update actions/checkout action to v7

This commit is contained in:
renovate[bot]
2026-07-12 10:10:13 +00:00
committed by GitHub
parent 9a0871ab93
commit 26444072c7
5 changed files with 11 additions and 11 deletions

View File

@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{github.repository}}
path: ${{github.repository}}
@@ -28,7 +28,7 @@ jobs:
fetch-tags: true
- name: Checkout Wiki
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{github.repository}}.wiki
path: ${{github.repository}}.wiki