File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111jobs :
1212 release :
13- uses : jeffersonlab/java-workflows/.github/workflows/gh-release.yaml@v1
13+ uses : jeffersonlab/java-workflows/.github/workflows/gh-release.yaml@v2
1414 with :
1515 files : build/Hi
1616 secrets : inherit
1717
1818 docs_publish :
1919 needs :
2020 - release
21- uses : jeffersonlab/java-workflows/.github/workflows/gh-pages-publish.yaml@v1
21+ uses : jeffersonlab/java-workflows/.github/workflows/gh-pages-publish.yaml@v2
2222 with :
2323 semvertag : ${{ needs.release.outputs.semvertag }}
2424 secrets : inherit
Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ permissions:
1616
1717jobs :
1818 build :
19- uses : jeffersonlab/java-workflows/.github/workflows/unit-ci.yaml@v1
19+ uses : jeffersonlab/java-workflows/.github/workflows/unit-ci.yaml@v2
You can’t perform that action at this time.
0 commit comments