Skip to content

Commit

Permalink
Bump plugin-api to 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed Feb 27, 2024
1 parent 38043a7 commit 840e6e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
name: Build and analyze
runs-on: ubuntu-latest
steps:
- uses: s4u/setup-maven-action@v1.10.0
- uses: s4u/setup-maven-action@v1.12.0
with:
checkout-fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
java-version: 21
java-distribution: 'corretto'
cache-path-add: ~/.sonar/cache
cache-prefix: ${{ runner.os }}-sonar
maven-version: 3.9.4
maven-version: 3.9.6
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v21
uses: whelk-io/maven-settings-xml-action@v22
with:
repositories: '[
{ "id": "spring-milestone", "url": "https://repo.spring.io/milestone/"},
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-parent</artifactId>
<version>4.1.4</version>
<version>4.1.6</version>
<relativePath />
</parent>

Expand Down

0 comments on commit 840e6e7

Please sign in to comment.