Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps(ci): bump hydraulic-software/conveyor from 14.3 to 15.1 #1744

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
echo $APPLE_PRIVATE_KEY | base64 --decode > ./secret/apple_private_key.p8

- name: Conveyor make copied-site
uses: hydraulic-software/conveyor/actions/build@v14.3
uses: hydraulic-software/conveyor/actions/build@v15.1
if: inputs.conveyor-copied-site
with:
command: --cache-limit=2.0 -f conveyor.ci.conf make copied-site -o ./output/site
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
build/jreleaser/output.properties

- name: Conveyor - publish to Microsoft Store
uses: hydraulic-software/conveyor/actions/build@v14.3
uses: hydraulic-software/conveyor/actions/build@v15.1
if: inputs.msstore_release
with:
command: --cache-limit=2.0 -f conveyor.msstore.ci.conf make ms-store-release -o ./output/msstore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Conveyor - compute JDK module list
if: github.event_name == 'push' && github.repository_owner == 'gotson'
uses: hydraulic-software/conveyor/actions/build@v14.3
uses: hydraulic-software/conveyor/actions/build@v15.1
with:
command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
Expand Down