Skip to content

Commit

Permalink
Merge commit '490aaed' into 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sub-kek committed Sep 1, 2024
2 parents afa346a + 490aaed commit be2458e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3.0.0
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
Expand Down

0 comments on commit be2458e

Please sign in to comment.