Skip to content

Commit

Permalink
Merge pull request #37 from iTitus/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-java-4
  • Loading branch information
iTitus authored Nov 30, 2023
2 parents 3bd4e1b + e2854ad commit 0df2c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: chmod +x gradlew

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: adopt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: chmod +x gradlew

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: ${{ matrix.distribution }}
Expand Down

0 comments on commit 0df2c47

Please sign in to comment.