From 4e4d274c4c79142384e29dbef7f1687766468447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 18:11:01 +0000 Subject: [PATCH] Bump oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml Bumps [oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml](https://github.com/oxid-esales/github-actions) from 4 to 5. - [Release notes](https://github.com/oxid-esales/github-actions/releases) - [Commits](https://github.com/oxid-esales/github-actions/compare/v4...v5) --- updated-dependencies: - dependency-name: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dispatch_module.yaml | 2 +- .github/workflows/trigger.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dispatch_module.yaml b/.github/workflows/dispatch_module.yaml index 7dc9b87..39f0336 100644 --- a/.github/workflows/dispatch_module.yaml +++ b/.github/workflows/dispatch_module.yaml @@ -38,7 +38,7 @@ jobs: dispatch_stable: needs: build_testplan - uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4 + uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v5 with: testplan: ${{ needs.build_testplan.outputs.testplan }} runs_on: '"ubuntu-latest"' diff --git a/.github/workflows/trigger.yaml b/.github/workflows/trigger.yaml index 2d483f8..faf1125 100644 --- a/.github/workflows/trigger.yaml +++ b/.github/workflows/trigger.yaml @@ -8,7 +8,7 @@ on: jobs: php81_mysql80: - uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4 + uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v5 with: testplan: '~/defaults/7.1.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/module-nutrition_facts.yaml' runs_on: '"ubuntu-latest"'