Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.junit.platform-junit-pl…
Browse files Browse the repository at this point in the history
…atform-commons-1.11.4
  • Loading branch information
larsk21 authored Dec 19, 2024
2 parents 4bf70a5 + 2a5f0fc commit b363f45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Java and Maven cache
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Java and Maven cache
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: 'temurin'
java-version: '17'
Expand All @@ -93,7 +93,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Java and Maven cache
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Java and Maven cache
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Java and Maven cache
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: 'temurin'
java-version: '17'
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/[email protected]

- name: Setup Java and Maven cache
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.0
with:
distribution: 'temurin'
java-version: '17'
Expand Down

0 comments on commit b363f45

Please sign in to comment.