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 2 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-22 01:54:52 +00:00 committed by GitHub
parent 237ff3e130
commit ddef9e14c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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