Skip to content

Commit

Permalink
Merge pull request #87 from sebj/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-java-4
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
2 parents 21d019b + f5c5266 commit 9caf332
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '18'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '18'
Expand Down

0 comments on commit 9caf332

Please sign in to comment.