Skip to content

Commit

Permalink
Merge pull request #11 from 1c-syntax/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-4

Bump actions/setup-java from 1 to 4
  • Loading branch information
theshadowco authored Apr 16, 2024
2 parents bb925b8 + 82b08a2 commit 56d7b79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java_version }}
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java_version }}
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew check --stacktrace
- name: Archive test results
Expand Down

0 comments on commit 56d7b79

Please sign in to comment.