parent
8d17ad9f99
commit
9fa4b97361
2
.github/workflows/pr-create.yml
vendored
2
.github/workflows/pr-create.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
if: github.actor != 'github-actions[bot]'
|
if: github.actor != 'github-actions[bot]'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
if: github.actor == 'github-actions[bot]'
|
if: github.actor == 'github-actions[bot]'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
4
.github/workflows/test-release.yml
vendored
4
.github/workflows/test-release.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: contains(github.event.pull_request.labels.*.name, 'make-test-build')
|
if: contains(github.event.pull_request.labels.*.name, 'make-test-build')
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||||
@ -70,7 +70,7 @@ jobs:
|
|||||||
cp ../*.deb artifacts/
|
cp ../*.deb artifacts/
|
||||||
|
|
||||||
- name: Upload deb as artifact
|
- name: Upload deb as artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: pve-mods-test-build-pr${{ github.event.pull_request.number }}-${{ steps.version.outputs.short_sha }}
|
name: pve-mods-test-build-pr${{ github.event.pull_request.number }}-${{ steps.version.outputs.short_sha }}
|
||||||
path: artifacts/*.deb
|
path: artifacts/*.deb
|
||||||
|
|||||||
4
.github/workflows/validate-mods.yml
vendored
4
.github/workflows/validate-mods.yml
vendored
@ -22,10 +22,10 @@ jobs:
|
|||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
ca-certificates git sudo wget xz-utils dpkg nodejs
|
ca-certificates git sudo wget xz-utils dpkg nodejs
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Download deb artifact
|
- name: Download deb artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
pattern: pve-mods-test-build-*
|
pattern: pve-mods-test-build-*
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|||||||
2
.github/workflows/version-bump.yml
vendored
2
.github/workflows/version-bump.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
|||||||
github.event.pull_request.head.ref == 'chore/version-bump'
|
github.event.pull_request.head.ref == 'chore/version-bump'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
4
.github/workflows/weekly-patch-test.yml
vendored
4
.github/workflows/weekly-patch-test.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
mods: ${{ steps.list.outputs.mods }}
|
mods: ${{ steps.list.outputs.mods }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Discover mods from [modules]
|
- name: Discover mods from [modules]
|
||||||
id: list
|
id: list
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
mod: ${{ fromJSON(needs.discover.outputs.mods) }}
|
mod: ${{ fromJSON(needs.discover.outputs.mods) }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v7
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user