Skip to content

Commit

Permalink
chore(deps): Bump actions/setup-java from 4.4.0 to 4.5.0 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 1660998 commit 4b9fc6f
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.2.2

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

0 comments on commit 4b9fc6f

Please sign in to comment.