Skip to content

Commit

Permalink
GH Actions: update to newest version of actions/setup-java@v4 to avoi…
Browse files Browse the repository at this point in the history
…d problem with NodeJS 16 deprecation
  • Loading branch information
GreyCat authored Mar 6, 2024
1 parent be77d47 commit d56a6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repository: kaitai-io/kaitai_struct_tests
path: tests
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit d56a6ca

Please sign in to comment.