Skip to content

Commit

Permalink
change version of stCarolas/setup-maven GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
stockiNail committed Dec 1, 2022
1 parent 0926460 commit cf8c96f
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Setup Maven
#
- name: Set up Maven
uses: stCarolas/setup-maven@v4
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.6.3
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Setup Maven
#
- name: Set up Maven
uses: stCarolas/setup-maven@v4
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.6.3
#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployFromBranch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# Setup Maven
#
- name: Set up Maven
uses: stCarolas/setup-maven@v4
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.6.3
#
Expand Down

0 comments on commit cf8c96f

Please sign in to comment.