Skip to content

Commit 1636e0e

Browse files
committed
Fix GHA warnings
1 parent 95fec77 commit 1636e0e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ jobs:
9393
if: matrix.benchmark == false
9494
uses: actions/setup-go@v4
9595
with:
96-
stable: true
96+
go-version: stable
97+
cache: true
9798
- name: Install GCC
9899
if: runner.os == 'Linux' && matrix.compiler != 'clang'
99100
run: |
@@ -237,7 +238,7 @@ jobs:
237238

238239
- name: Install Java
239240
if: matrix.benchmark == false
240-
uses: actions/setup-java@v2
241+
uses: actions/setup-java@v3
241242
with:
242243
java-version: 17
243244
distribution: 'temurin'
@@ -250,7 +251,8 @@ jobs:
250251
if: matrix.benchmark == false
251252
uses: actions/setup-go@v4
252253
with:
253-
stable: true
254+
go-version: stable
255+
cache: true
254256
- name: Run pip and prepare coverage
255257
if: matrix.benchmark == false
256258
run: |

0 commit comments

Comments
 (0)