update to v7

This commit is contained in:
Meliox 2026-08-08 19:21:54 +02:00
parent 8d17ad9f99
commit 9948dba96d
6 changed files with 9 additions and 9 deletions

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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

View File

@ -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

View File

@ -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 }}

View File

@ -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