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

Bump actions/checkout from 2 to 4 (#138)

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] 2024-08-22 10:11:18 -04:00 committed by GitHub
parent 237ff3e130
commit 0180c50030
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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