Skip to content

Commit

Permalink
Another attempt to fix GitHub Actions warnings.
Browse files Browse the repository at this point in the history
Based on a fix in an unrelated project:
https://github.com/airlift/airlift/pull/1018/files

Java setup action was updated to v3:
actions/setup-java#390
  • Loading branch information
cosinekitty committed Nov 2, 2022
1 parent 599eba6 commit d5ccc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/astronomy-engine-tests.yml
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
node-version: 14.x
- name: set up JDK 11
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 11
Expand Down

0 comments on commit d5ccc60

Please sign in to comment.