Skip to content

Commit

Permalink
deps(ci): bump hydraulic-software/conveyor from 14.2 to 14.3
Browse files Browse the repository at this point in the history
Bumps [hydraulic-software/conveyor](https://github.com/hydraulic-software/conveyor) from 14.2 to 14.3.
- [Commits](hydraulic-software/conveyor@v14.2...v14.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gotson committed Jun 17, 2024
1 parent 973ff52 commit 4d8b7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,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.2
uses: hydraulic-software/conveyor/actions/build@v14.3
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 @@ -238,7 +238,7 @@ jobs:
build/jreleaser/output.properties
- name: Conveyor - publish to Microsoft Store
uses: hydraulic-software/conveyor/actions/build@v14.2
uses: hydraulic-software/conveyor/actions/build@v14.3
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 @@ -48,7 +48,7 @@ jobs:

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

0 comments on commit 4d8b7d4

Please sign in to comment.