We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 063c75e commit a8a741fCopy full SHA for a8a741f
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
23
- name: Set up JDK
24
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
25
with:
26
java-version: ${{ env.JDK_CURRENT }}
27
distribution: ${{ env.DISTRIBUTION }}
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
server-id: central-portal-snapshots
0 commit comments