Skip to content

Commit

Permalink
chore(deps): Bump actions/setup-java from 4.5.0 to 4.6.0 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent 96dc54c commit 463ec15
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/[email protected]

- name: Set up JDK
uses: actions/setup-java@v4.5.0
uses: actions/setup-java@v4.6.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@v4.5.0
uses: actions/setup-java@v4.6.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@v4.5.0
uses: actions/setup-java@v4.6.0
with:
java-version: 17
distribution: 'adopt'
Expand Down

0 comments on commit 463ec15

Please sign in to comment.