Skip to content

Commit

Permalink
Issue #18: Update workflows to use @V3 instead of @main
Browse files Browse the repository at this point in the history
* Changes include updates in build.yaml, deploy.yaml, and release.yaml.
  • Loading branch information
kawtarBK9 committed Jan 18, 2024
1 parent 7ab28d7 commit 3c1819f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
build:
uses: sentrysoftware/workflows/.github/workflows/maven-build.yml@main
uses: sentrysoftware/workflows/.github/workflows/maven-build.yml@v3
with:
jdkVersion: "17"
debug: ${{ github.event_name == 'workflow_dispatch' && inputs.debug }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
deploy:
uses: sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@main
uses: sentrysoftware/workflows/.github/workflows/maven-central-deploy.yml@v3
with:
jdkVersion: "17"
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
release:
uses: sentrysoftware/workflows/.github/workflows/maven-central-release.yml@main
uses: sentrysoftware/workflows/.github/workflows/maven-central-release.yml@v3
with:
releaseVersion: ${{ inputs.releaseVersion }}
developmentVersion: ${{ inputs.developmentVersion }}
Expand Down

0 comments on commit 3c1819f

Please sign in to comment.