Update actions/checkout action to v6 (#1798)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-06 12:37:52 -05:00
committed by GitHub
parent b20215731f
commit 2af88056f2
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -19,13 +19,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{github.repository}}
path: ${{github.repository}}
- name: Checkout Wiki
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ${{github.repository}}.wiki
path: ${{github.repository}}.wiki