We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c249103 commit b84e52dCopy full SHA for b84e52d
2 files changed
.github/workflows/rc.yml
@@ -321,7 +321,7 @@ jobs:
321
repository: apache/arrow
322
path: arrow
323
- name: Set up Java
324
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
+ uses: actions/setup-java@v5
325
with:
326
java-version: '11'
327
distribution: 'temurin'
.github/workflows/test.yml
@@ -95,7 +95,7 @@ jobs:
95
macos: latest
96
steps:
97
98
- uses: actions/setup-java@v5.0.0
99
100
101
java-version: ${{ matrix.jdk }}
@@ -126,7 +126,7 @@ jobs:
126
jdk: [11]
127
128
129
130
131
132
0 commit comments