File tree 11 files changed +14
-14
lines changed
11 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 35
35
36
36
steps :
37
37
- uses : actions/checkout@v2
38
- - uses : actions/cache@v2
38
+ - uses : actions/cache@v3
39
39
with :
40
40
path : .downloaded-cache
41
41
key : downloaded-cache
Original file line number Diff line number Diff line change 30
30
31
31
- uses : actions/checkout@v2
32
32
33
- - uses : actions/cache@v2
33
+ - uses : actions/cache@v3
34
34
with :
35
35
path : .downloaded-cache
36
36
key : downloaded-cache-${{ github.sha }}
Original file line number Diff line number Diff line change 40
40
git config --global advice.detachedHead 0
41
41
git config --global init.defaultBranch garbage
42
42
- uses : actions/checkout@v2
43
- - uses : actions/cache@v2
43
+ - uses : actions/cache@v3
44
44
with :
45
45
path : .downloaded-cache
46
46
key : downloaded-cache
Original file line number Diff line number Diff line change 23
23
done | grep -F .
24
24
working-directory : include
25
25
26
- - uses : actions/cache@v2
26
+ - uses : actions/cache@v3
27
27
with :
28
28
path : .downloaded-cache
29
29
key : downloaded-cache-${{ github.sha }}
Original file line number Diff line number Diff line change 38
38
- name : Checkout repository
39
39
uses : actions/checkout@v2
40
40
41
- - uses : actions/cache@v2
41
+ - uses : actions/cache@v3
42
42
with :
43
43
path : .downloaded-cache
44
44
key : downloaded-cache
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204
204
- uses : actions/checkout@v2
205
205
with :
206
206
path : src
207
- - uses : actions/cache@v2
207
+ - uses : actions/cache@v3
208
208
with :
209
209
path : src/.downloaded-cache
210
210
key : downloaded-cache
Original file line number Diff line number Diff line change 55
55
- uses : actions/checkout@v2
56
56
with :
57
57
path : src
58
- - uses : actions/cache@v2
58
+ - uses : actions/cache@v3
59
59
with :
60
60
path : src/.downloaded-cache
61
61
key : downloaded-cache
Original file line number Diff line number Diff line change 43
43
- uses : actions/checkout@v2
44
44
with :
45
45
path : src
46
- - uses : actions/cache@v2
46
+ - uses : actions/cache@v3
47
47
with :
48
48
path : src/.downloaded-cache
49
49
key : downloaded-cache
Original file line number Diff line number Diff line change 68
68
- uses : actions/checkout@v2
69
69
with :
70
70
path : src
71
- - uses : actions/cache@v2
71
+ - uses : actions/cache@v3
72
72
with :
73
73
path : src/.downloaded-cache
74
74
key : downloaded-cache
Original file line number Diff line number Diff line change @@ -44,14 +44,14 @@ jobs:
44
44
shell : msys2 {0}
45
45
run : echo PATCH=$(cygpath -wa $(command -v patch)) >> $GITHUB_ENV
46
46
if : ${{ steps.setup-msys2.outcome == 'success' }}
47
- - uses : actions/cache@v2
47
+ - uses : actions/cache@v3
48
48
with :
49
49
path : C:\vcpkg\downloads
50
50
key : ${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-${{ github.sha }}
51
51
restore-keys : |
52
52
${{ runner.os }}-vcpkg-download-${{ env.OS_VER }}-
53
53
${{ runner.os }}-vcpkg-download-
54
- - uses : actions/cache@v2
54
+ - uses : actions/cache@v3
55
55
with :
56
56
path : C:\vcpkg\installed
57
57
key : ${{ runner.os }}-vcpkg-installed-${{ matrix.os }}-${{ github.sha }}
61
61
- name : Install libraries with vcpkg
62
62
run : |
63
63
vcpkg --triplet x64-windows install libffi libyaml openssl readline zlib
64
- - uses : actions/cache@v2
64
+ - uses : actions/cache@v3
65
65
with :
66
66
path : C:\Users\runneradmin\AppData\Local\Temp\chocolatey
67
67
key : ${{ runner.os }}-chocolatey-${{ env.OS_VER }}-${{ github.sha }}
83
83
- uses : actions/checkout@v2
84
84
with :
85
85
path : src
86
- - uses : actions/cache@v2
86
+ - uses : actions/cache@v3
87
87
with :
88
88
path : src/.downloaded-cache
89
89
key : downloaded-cache
Original file line number Diff line number Diff line change 59
59
- uses : actions/checkout@v2
60
60
with :
61
61
path : src
62
- - uses : actions/cache@v2
62
+ - uses : actions/cache@v3
63
63
with :
64
64
path : src/.downloaded-cache
65
65
key : downloaded-cache
You can’t perform that action at this time.
0 commit comments