Skip to content

Commit 4fd21a5

Browse files
Merge pull request #31 from sentrysoftware/dependabot/github_actions/s4u/maven-settings-action-3.1.0
Bump s4u/maven-settings-action from 3.0.0 to 3.1.0
2 parents c714144 + 490d8c3 commit 4fd21a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cache: maven
6565

6666
- name: Set up Maven settings.xml
67-
uses: s4u/maven-settings-action@v3.0.0
67+
uses: s4u/maven-settings-action@v3.1.0
6868
with:
6969
sonatypeSnapshots: true
7070

.github/workflows/maven-central-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cache: maven
4646

4747
- name: Set up Maven settings.xml
48-
uses: s4u/maven-settings-action@v3.0.0
48+
uses: s4u/maven-settings-action@v3.1.0
4949
with:
5050
servers: '[{"id": "ossrh", "username": "${env.OSSRH_USERNAME}", "password": "${env.OSSRH_TOKEN}"}]'
5151
sonatypeSnapshots: true

0 commit comments

Comments
 (0)