diff options
| author | Paul-Christian Volkmer | 2024-04-03 07:11:42 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-04-03 07:11:42 +0200 |
| commit | b9a9d9c7b39e729de4dc06325ec7b2a0f5b50b96 (patch) | |
| tree | 47e60101d51e05fe96cafaee42dc32e042f8540a | |
| parent | c1fe9283d74e0b75df59e95813ee09e9e8b9e828 (diff) | |
build: update actions in workflows
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bd86530..a7321e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: java-version: '11' distribution: 'temurin' |
