Bump pipeline actions to latest major versions
Lint info.xml / xml-lint (push) Successful in 28s
Lint PHP / php-lint (8.2) (push) Successful in 51s
Lint PHP / php-lint (8.3) (push) Successful in 40s
Lint PHP / php-lint (8.4) (push) Successful in 47s
PHPUnit / unit-tests (push) Successful in 49s
Build release artifact / package (push) Failing after 2m19s

actions/checkout v4 -> v7, actions/setup-node v4 -> v7,
actions/upload-artifact v4 -> v7 across all workflows.
shivammathur/setup-php stays on the floating @v2 tag, which already
resolves to the latest 2.x release.
This commit is contained in:
Patrick Niebeling
2026-08-13 12:06:26 +02:00
parent e761c2c369
commit d4c75c4942
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ jobs:
package: package:
runs-on: gitea-runner-server03 runs-on: gitea-runner-server03
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- uses: actions/setup-node@v4 - uses: actions/setup-node@v7
with: with:
node-version: '24' node-version: '24'
@@ -29,7 +29,7 @@ jobs:
- name: Package appstore artifact - name: Package appstore artifact
run: make appstore run: make appstore
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v7
with: with:
name: workflow_deck_automation-${{ gitea.ref_name }} name: workflow_deck_automation-${{ gitea.ref_name }}
path: build/artifacts/appstore/*.tar.gz path: build/artifacts/appstore/*.tar.gz
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
xml-lint: xml-lint:
runs-on: gitea-runner-server03 runs-on: gitea-runner-server03
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- name: Install xmllint - name: Install xmllint
run: | run: |
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
matrix: matrix:
php-version: ['8.2', '8.3', '8.4'] php-version: ['8.2', '8.3', '8.4']
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- uses: shivammathur/setup-php@v2 - uses: shivammathur/setup-php@v2
with: with:
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
unit-tests: unit-tests:
runs-on: gitea-runner-server03 runs-on: gitea-runner-server03
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v7
- uses: shivammathur/setup-php@v2 - uses: shivammathur/setup-php@v2
with: with: