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 599ffe4 commit ee28fbcCopy full SHA for ee28fbc
.github/workflows/jars.yml
@@ -78,7 +78,7 @@ jobs:
78
path: c-blosc
79
80
- name: Install java
81
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
82
with:
83
distribution: 'adopt'
84
java-version: '17'
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
19
- name: Set up JDK 17
20
21
22
23
distribution: 'temurin'
.github/workflows/snapshot.yml
@@ -18,7 +18,7 @@ jobs:
24
0 commit comments