mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
deps(ci): bump hydraulic-software/conveyor from 15.1 to 16.0
Bumps [hydraulic-software/conveyor](https://github.com/hydraulic-software/conveyor) from 15.1 to 16.0. - [Commits](https://github.com/hydraulic-software/conveyor/compare/v15.1...v16.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:
parent
4ce9c15731
commit
7fa42f5899
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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@v15.1
|
||||
uses: hydraulic-software/conveyor/actions/build@v16.0
|
||||
if: inputs.conveyor-copied-site
|
||||
with:
|
||||
command: --cache-limit=2.0 -f conveyor.ci.conf make copied-site -o ./output/site
|
||||
@ -241,7 +241,7 @@ jobs:
|
||||
build/jreleaser/output.properties
|
||||
|
||||
- name: Conveyor - publish to Microsoft Store
|
||||
uses: hydraulic-software/conveyor/actions/build@v15.1
|
||||
uses: hydraulic-software/conveyor/actions/build@v16.0
|
||||
if: inputs.msstore_release
|
||||
with:
|
||||
command: --cache-limit=2.0 -f conveyor.msstore.ci.conf make ms-store-release -o ./output/msstore
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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@v15.1
|
||||
uses: hydraulic-software/conveyor/actions/build@v16.0
|
||||
with:
|
||||
command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars
|
||||
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user