diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-08-21 19:58:42 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-08-21 19:58:42 +0200 |
| commit | 3c9719dfe3bd4f4cf7faeaf6947ddbcd9eb6f5ff (patch) | |
| tree | 792a7f3ebcf759c4e0024d135cf59c6af3f84754 | |
| parent | 9c7078801433a2ca4ce57ba46d7901a421b59271 (diff) | |
gh actions: switch to actions/setup-java@v4
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a770148b..df3ae02e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@main - uses: seanmiddleditch/gha-setup-ninja@master - - uses: actions/setup-java@v2 + - uses: actions/setup-java@v4 with: distribution: 'zulu' java-version: '8' |