Skip to content

Commit

Permalink
Use v4 again
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Aug 16, 2024
1 parent 3dca582 commit d74e045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
dispatch_stable:
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@v4
with:
testplan: ${{ needs.build_testplan.outputs.testplan }}
runs_on: '"ubuntu-latest"'
defaults: 'v0'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
configuration_module_php82_mysql80:
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v0
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yaml@v4
with:
testplan: '~/defaults/7.1.x.yaml,~/defaults/php8.2_mysql8.0_only.yaml,~/graphql-configuration-access_light.yaml'
runs_on: '"ubuntu-latest"'
defaults: 'v0'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
Expand Down

0 comments on commit d74e045

Please sign in to comment.