Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sviperll/result4j
Browse files Browse the repository at this point in the history
  • Loading branch information
sviperll committed Nov 22, 2024
2 parents 51e82a0 + 3c764b7 commit 0d7691e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@4
uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/setup-java@4
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
Expand Down

0 comments on commit 0d7691e

Please sign in to comment.