File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Caches Konan files
3
3
runs :
4
4
using : composite
5
5
steps :
6
- - uses : actions/cache@v2
6
+ - uses : actions/cache@v4
7
7
with :
8
8
path : ~/.konan
9
9
key : ${{ runner.os }}-konan-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
runs-on : macos-12
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
- name : Gradle Wrapper Validation
24
- uses : gradle/wrapper-validation-action@v1
24
+ uses : gradle/wrapper-validation-action@v2
25
25
- name : Setup JDK
26
- uses : actions/setup-java@v2
26
+ uses : actions/setup-java@v4
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ' 11'
Original file line number Diff line number Diff line change 9
9
runs-on : macos-12
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v2
12
+ uses : actions/checkout@v4
13
13
- name : Setup Xcode
14
14
uses : maxim-lobanov/setup-xcode@v1
15
15
with :
You can’t perform that action at this time.
0 commit comments