Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Update actions/setup-java action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 8f0a174 commit adca6e8
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ref: gh-pages

- name: Setting up Java 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.1.0
with:
distribution: 'adopt'
java-version: '17'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: gh-pages

- name: Setting up Java 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.1.0
with:
distribution: 'adopt'
java-version: '17'
Expand Down

0 comments on commit adca6e8

Please sign in to comment.