Skip to content

Commit

Permalink
update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Nov 22, 2024
1 parent 921f2ed commit 98ba29d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze_dependency.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: 17
cache: maven
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.2
- name: Install dependency analyzer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: stCarolas/setup-maven@v5
with:
maven-version: 3.8.1
maven-version: 3.8.2
- uses: actions/setup-java@v4
with:
java-version: 11
Expand Down

0 comments on commit 98ba29d

Please sign in to comment.