Skip to content

Commit

Permalink
Update Maven in GH actions to 3.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 13, 2023
1 parent 3cebca0 commit e96814c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeQLworkflow.yml
Expand Up @@ -19,7 +19,7 @@ on:
description: 'The version of Maven set up'
type: string
required: false
default: '3.9.2'
default: '3.9.6'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mavenBuild.yml
Expand Up @@ -19,7 +19,7 @@ on:
description: 'The version of Maven set up'
type: string
required: false
default: '3.9.2'
default: '3.9.6'

permissions: {}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepareRelease.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
with:
maven-version: 3.9.2
maven-version: 3.9.6
- id: get-release-name
run: |
name=$(echo ${{ github.event.milestone.due_on }} | cut -d- -f-2)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateRelease.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
with:
maven-version: 3.9.1
maven-version: 3.9.6
- name: Set up JDK
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
Expand Down

0 comments on commit e96814c

Please sign in to comment.