repo.or.cz
/
storage-units.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump fsfe/reuse-action from 3 to 5 (#65)
[storage-units.git]
/
.github
/
actions
/
managed-java
/
action.yml
blob
4ff3406cf83ca3f5a98a4b2547b5e2c6727a6e91
1
# SPDX-FileCopyrightText: The Storage-Units Authors
2
# SPDX-License-Identifier: 0BSD
3
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