update to v7
This commit is contained in:
parent
8d17ad9f99
commit
9948dba96d
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]'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
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]'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
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
|
||||
if: contains(github.event.pull_request.labels.*.name, 'make-test-build')
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.event.pull_request.head.sha || github.sha }}
|
||||
@ -70,7 +70,7 @@ jobs:
|
||||
cp ../*.deb artifacts/
|
||||
|
||||
- name: Upload deb as artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: pve-mods-test-build-pr${{ github.event.pull_request.number }}-${{ steps.version.outputs.short_sha }}
|
||||
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 \
|
||||
ca-certificates git sudo wget xz-utils dpkg nodejs
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- name: Download deb artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: actions/download-artifact@v7
|
||||
with:
|
||||
pattern: pve-mods-test-build-*
|
||||
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'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
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:
|
||||
mods: ${{ steps.list.outputs.mods }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
|
||||
- name: Discover mods from [modules]
|
||||
id: list
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
matrix:
|
||||
mod: ${{ fromJSON(needs.discover.outputs.mods) }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v7
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user