From 6dd92add7294a2f7aa67de6f4cb7d60bcbb3e05e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 17:13:37 +0000 Subject: [PATCH] Bump oxid-eSales/github-actions from 0 to 5 Bumps [oxid-eSales/github-actions](https://github.com/oxid-esales/github-actions) from 0 to 5. - [Release notes](https://github.com/oxid-esales/github-actions/releases) - [Commits](https://github.com/oxid-esales/github-actions/compare/v0...v5) --- updated-dependencies: - dependency-name: oxid-eSales/github-actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dispatch_module.yaml | 4 ++-- .github/workflows/scheduled.yaml | 2 +- .github/workflows/trigger.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dispatch_module.yaml b/.github/workflows/dispatch_module.yaml index 5ea707e..f03ab6d 100644 --- a/.github/workflows/dispatch_module.yaml +++ b/.github/workflows/dispatch_module.yaml @@ -52,7 +52,7 @@ jobs: dispatch_stable: if: ${{ inputs.use_dev_version == 'no' }} 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"' @@ -71,7 +71,7 @@ jobs: dispatch_v0: if: ${{ inputs.use_dev_version == 'v0' }} needs: build_testplan - uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v0 + 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/scheduled.yaml b/.github/workflows/scheduled.yaml index 8797db5..cbe022e 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -9,7 +9,7 @@ on: jobs: nightly_71: if: always() - 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/scheduled.yaml,~/module-template.yaml' runs_on: '"ubuntu-latest"' diff --git a/.github/workflows/trigger.yaml b/.github/workflows/trigger.yaml index d2be507..e0aab84 100644 --- a/.github/workflows/trigger.yaml +++ b/.github/workflows/trigger.yaml @@ -9,7 +9,7 @@ on: jobs: module_template_php82_mysql_80: - 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-template.yaml' runs_on: '"ubuntu-latest"'