diff --git a/.github/workflows/universal_workflow_light.yaml b/.github/workflows/universal_workflow_light.yaml index 57f1c4b..a63091c 100644 --- a/.github/workflows/universal_workflow_light.yaml +++ b/.github/workflows/universal_workflow_light.yaml @@ -1126,7 +1126,7 @@ jobs: strategy: matrix: php: ['8.1'] - mysql: ['8.0'] + mysql: ['8.0.36'] fail-fast: false max-parallel: ${{ fromJSON(needs.init.outputs.runscript_max_parallel) }} runs-on: ${{ fromJSON(inputs.runs_on) }} @@ -1226,7 +1226,7 @@ jobs: uses: 'OXID-eSales/github-actions/start_shop@v4' with: cached_shop: '${{ steps.rt.outputs.runscript_load_shop}}_${{ steps.rstn.outputs.matrix_suffix }}' - cache_bucket: ${{ steps.rt.outputs.runscript_cache_bucket }} + cache_bucket: ${{ needs.init.outputs.init_cache_bucket }} cache_endpoint: ${{ secrets.CACHE_ENDPOINT }} cache_access_key: ${{ secrets.CACHE_ACCESS_KEY }} cache_secret_key: ${{ secrets.CACHE_SECRET_KEY }}