deps(ci): bump hydraulic-software/conveyor from 13.1 to 14.0

Bumps [hydraulic-software/conveyor](https://github.com/hydraulic-software/conveyor) from 13.1 to 14.0.
- [Commits](https://github.com/hydraulic-software/conveyor/compare/v13.1...v14.0)

---
updated-dependencies:
- dependency-name: hydraulic-software/conveyor
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-25 07:17:28 +00:00 committed by Gauthier
parent b5b6d13514
commit 38c5699ff9
2 changed files with 3 additions and 3 deletions

View File

@ -175,7 +175,7 @@ jobs:
echo $APPLE_PRIVATE_KEY | base64 --decode > ./secret/apple_private_key.p8 echo $APPLE_PRIVATE_KEY | base64 --decode > ./secret/apple_private_key.p8
- name: Conveyor make copied-site - name: Conveyor make copied-site
uses: hydraulic-software/conveyor/actions/build@v13.1 uses: hydraulic-software/conveyor/actions/build@v14.0
if: inputs.conveyor-copied-site if: inputs.conveyor-copied-site
with: with:
command: --cache-limit=2.0 -f conveyor.ci.conf make copied-site -o ./output/site command: --cache-limit=2.0 -f conveyor.ci.conf make copied-site -o ./output/site
@ -248,7 +248,7 @@ jobs:
build/jreleaser/output.properties build/jreleaser/output.properties
- name: Conveyor - publish to Microsoft Store - name: Conveyor - publish to Microsoft Store
uses: hydraulic-software/conveyor/actions/build@v13.1 uses: hydraulic-software/conveyor/actions/build@v14.0
if: inputs.msstore_release if: inputs.msstore_release
with: with:
command: --cache-limit=2.0 -f conveyor.msstore.ci.conf make ms-store-release -o ./output/msstore command: --cache-limit=2.0 -f conveyor.msstore.ci.conf make ms-store-release -o ./output/msstore

View File

@ -48,7 +48,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@v13.1 uses: hydraulic-software/conveyor/actions/build@v14.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 }}