From c65dceeaa320beca125b41f267c845d8224efa75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 21:22:37 +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 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/.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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dispatch_module.yaml b/.github/workflows/dispatch_module.yaml index bc1177e..9270b2a 100644 --- a/.github/workflows/dispatch_module.yaml +++ b/.github/workflows/dispatch_module.yaml @@ -73,7 +73,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"'