Skip to content

Commit

Permalink
chore(deps): Bump actions/setup-java from 3.13.0 to 4.0.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 2, 2023
1 parent 427e601 commit 7d3928d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: 11
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: 11
distribution: 'adopt'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
key: pit-stryker-dashboard-reporter-${{ hashFiles('**/pom.xml') }}

- name: Set up JDK
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: 17
distribution: 'adopt'
Expand Down

0 comments on commit 7d3928d

Please sign in to comment.