Skip to content

Commit

Permalink
Use v0
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Jun 19, 2024
1 parent 03421fc commit 92368cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
dispatch_stable:
needs: build_testplan
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yml@v4
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yml@v0
with:
testplan: ${{ needs.build_testplan.outputs.testplan }}
runs_on: '"ubuntu-latest"'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
php81_mysql80:
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yml@v4
uses: oxid-eSales/github-actions/.github/workflows/universal_workflow_light.yml@v0
with:
testplan: '~/defaults/7.1.x.yml,~/defaults/php8.1_mysql8.0.35_only.yml,~/module-medialibrary.yml'
runs_on: '"ubuntu-latest"'
Expand Down

0 comments on commit 92368cc

Please sign in to comment.