1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

Bump actions/checkout from 4 to 5 (#171)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jason Nagin <33561705+JasonN3@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-10-31 19:26:02 -04:00 committed by GitHub
parent c9ef3de332
commit 4ab1e18f83
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@v4
- uses: actions/checkout@v5
# Checkout Wiki Repo
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
repository: ${{github.repository}}.wiki
persist-credentials: true