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 46b04d1 commit 87c6824Copy full SHA for 87c6824
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{matrix.os}}
19
steps:
20
- name: Checkout the repo
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
22
23
- name: Install msys2
24
if: matrix.os == 'windows-latest'
@@ -32,15 +32,15 @@ jobs:
32
uses: gradle/wrapper-validation-action@v1
33
34
- name: Cache gradle
35
- uses: actions/cache@v2
+ uses: actions/cache@v4
36
with:
37
path: ~/.gradle/caches
38
key: ${{ runner.os }}-gradle-${{ hashFiles('*.gradle.kts') }}
39
restore-keys: |
40
${{ runner.os }}-gradle-
41
42
- name: Cache konan
43
44
45
path: ~/.konan
46
0 commit comments