Skip to content

Commit

Permalink
chore(deps): Bump actions/setup-java from 4.2.1 to 4.2.2 (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 6, 2024
1 parent c9ef3c2 commit 3ae8b41
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
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/[email protected].1
uses: actions/[email protected].2
with:
java-version: 17
distribution: 'adopt'
Expand Down

0 comments on commit 3ae8b41

Please sign in to comment.