File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11#! /bin/sh
2- curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master /ci-build.sh
2+ curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main /ci-build.sh
33sh ci-build.sh
Original file line number Diff line number Diff line change 11#! /bin/sh
2- curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master /ci-setup-github-actions.sh
2+ curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main /ci-setup-github-actions.sh
33sh ci-setup-github-actions.sh
44
55# Let the Linux build handle artifact deployment.
Original file line number Diff line number Diff line change 1919 os : [ubuntu-latest, windows-latest, macos-latest]
2020
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v4
2323 - name : Set up Java
24- uses : actions/setup-java@v3
24+ uses : actions/setup-java@v4
2525 with :
2626 java-version : ' 8'
2727 distribution : ' zulu'
3737 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
3838 MAVEN_USER : ${{ secrets.MAVEN_USER }}
3939 MAVEN_PASS : ${{ secrets.MAVEN_PASS }}
40- OSSRH_USER : ${{ secrets.OSSRH_USER }}
41- OSSRH_PASS : ${{ secrets.OSSRH_PASS }}
40+ CENTRAL_USER : ${{ secrets.CENTRAL_USER }}
41+ CENTRAL_PASS : ${{ secrets.CENTRAL_PASS }}
4242 SIGNING_ASC : ${{ secrets.SIGNING_ASC }}
You can’t perform that action at this time.
0 commit comments