mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
Merge 1e798104b4 into 4ab1e18f83
This commit is contained in:
commit
637d31040f
6 changed files with 7 additions and 7 deletions
2
.github/workflows/build_container.yml
vendored
2
.github/workflows/build_container.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
statuses: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
fetch-depth: 0
|
||||
|
|
|
|||
2
.github/workflows/build_iso.yml
vendored
2
.github/workflows/build_iso.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
matrix: ${{ fromJson(needs.load_vars.outputs.BUILD_MATRIX) }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test_deployment.yml
vendored
2
.github/workflows/test_deployment.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
matrix: ${{ fromJson(needs.load_vars.outputs.BUILD_MATRIX) }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test_iso.yml
vendored
2
.github/workflows/test_iso.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
matrix: ${{ fromJson(needs.load_vars.outputs.BUILD_MATRIX) }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
|
|
|
|||
2
.github/workflows/test_repo.yml
vendored
2
.github/workflows/test_repo.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
contents: read
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Run test
|
||||
run: |
|
||||
|
|
|
|||
4
.github/workflows/update_wiki.yml
vendored
4
.github/workflows/update_wiki.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue