1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2026-02-09 06:05:14 +01:00

Bump actions/checkout from 5 to 6 (#184)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-01-28 15:35:06 -08:00 committed by GitHub
parent 554bce221b
commit 4c71dc0be3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View file

@ -18,10 +18,10 @@ jobs:
run: |
sudo apt install -y make rsync
# Checkout Main Repo
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# Checkout Wiki Repo
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
repository: ${{github.repository}}.wiki
persist-credentials: true