Bump fsfe/reuse-action from 3 to 5 (#65)
[storage-units.git] / .github / actions / managed-java / action.yml
blob4ff3406cf83ca3f5a98a4b2547b5e2c6727a6e91
1 # SPDX-FileCopyrightText: The Storage-Units Authors
2 # SPDX-License-Identifier: 0BSD
4 name: Use a managed Java version
5 description: DO NOT EDIT THIS FILE DIRECTLY
6 runs:
7   using: composite
8   steps:
9     - name: Set up Java
10       uses: actions/setup-java@v3
11       with:
12         java-version: 17
13         java-package: jdk
14         architecture: x64
15         distribution: temurin
16         cache: maven