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:
parent
237ff3e130
commit
ddef9e14c3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update_wiki.yml
vendored
4
.github/workflows/update_wiki.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue