File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
build :
21
- uses : sentrysoftware/workflows/.github/workflows/maven-build.yml@main
21
+ uses : sentrysoftware/workflows/.github/workflows/maven-build.yml@v3
22
22
with :
23
23
jdkVersion : " 17"
24
24
debug : ${{ github.event_name == 'workflow_dispatch' && inputs.debug }}
Original file line number Diff line number Diff line change 10
10
11
11
jobs :
12
12
deploy :
13
- uses : sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@main
13
+ uses : sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@v3
14
14
with :
15
15
jdkVersion : " 17"
16
16
secrets : inherit
Original file line number Diff line number Diff line change 18
18
19
19
jobs :
20
20
release :
21
- uses : sentrysoftware/workflows/.github/workflows/maven-central-release.yml@main
21
+ uses : sentrysoftware/workflows/.github/workflows/maven-central-release.yml@v3
22
22
with :
23
23
releaseVersion : ${{ inputs.releaseVersion }}
24
24
developmentVersion : ${{ inputs.developmentVersion }}
You can’t perform that action at this time.
0 commit comments