We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2facea0 commit 57c87d5Copy full SHA for 57c87d5
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v4
25
- name: Setup Java ${{ matrix.jdk }}
26
- uses: actions/setup-java@v3.11.0
+ uses: actions/setup-java@v4.5.0
27
with:
28
distribution: temurin
29
java-version: ${{ matrix.jdk }}
@@ -68,7 +68,7 @@ jobs:
68
m2-cache-${{ env.ACTIONS_CACHE_VERSION }}-${{ hashFiles('project.clj') }}-
69
m2-cache-${{ env.ACTIONS_CACHE_VERSION }}-
70
- name: Prepare java
71
- uses: actions/setup-java@v4
72
73
distribution: 'adopt'
74
java-version: '11'
0 commit comments