Skip to content

Commit d081fa4

Browse files
authored
Merge pull request #13 from sentrysoftware/feature/issue-12-Update-workflows
Issue #12: Update workflows to use @V3 instead of @main
2 parents 9d4240c + 655e0d2 commit d081fa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
build:
21-
uses: sentrysoftware/workflows/.github/workflows/maven-build.yml@main
21+
uses: sentrysoftware/workflows/.github/workflows/maven-build.yml@v3
2222
with:
2323
jdkVersion: "17"
2424
debug: ${{ github.event_name == 'workflow_dispatch' && inputs.debug }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
deploy:
13-
uses: sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@main
13+
uses: sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@v3
1414
with:
1515
jdkVersion: "17"
1616
secrets: inherit

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
release:
21-
uses: sentrysoftware/workflows/.github/workflows/maven-central-release.yml@main
21+
uses: sentrysoftware/workflows/.github/workflows/maven-central-release.yml@v3
2222
with:
2323
releaseVersion: ${{ inputs.releaseVersion }}
2424
developmentVersion: ${{ inputs.developmentVersion }}

0 commit comments

Comments
 (0)