deps(ci): bump conveyor to 13.0

This commit is contained in:
Gauthier Roebroeck 2023-12-20 10:52:21 +08:00
parent cccbc39c9d
commit 7dd05a5037

View File

@ -47,7 +47,7 @@ jobs:
- name: Conveyor - compute JDK module list - name: Conveyor - compute JDK module list
if: github.event_name == 'push' if: github.event_name == 'push'
uses: hydraulic-software/conveyor/actions/build@v12.1 uses: hydraulic-software/conveyor/actions/build@v13.0
with: with:
command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }} signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}