Skip to content

Commit

Permalink
Merge pull request #12 from redlink-gmbh/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-java-3

Bump actions/setup-java from 2 to 3
  • Loading branch information
ja-fra authored Mar 19, 2024
2 parents 7788141 + c4251f3 commit 933a495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up Java/Maven
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
Expand All @@ -44,7 +44,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Java/Maven
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Checkout
uses: actions/[email protected]
- name: Set up Java/Maven
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Java/Maven
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'temurin'
Expand Down

0 comments on commit 933a495

Please sign in to comment.