File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
steps :
22
22
- uses : actions/checkout@v3
23
23
24
- - uses : actions/setup-python@v2
24
+ - uses : actions/setup-python@v4
25
25
with :
26
26
python-version : 3.6
27
27
28
28
- name : Cache Mint packages
29
- uses : actions/cache@v1
29
+ uses : actions/cache@v3
30
30
with :
31
31
path : ${{ env.MINT_PATH }}
32
32
key : ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
Original file line number Diff line number Diff line change 71
71
steps :
72
72
- uses : actions/checkout@v3
73
73
74
- - uses : actions/setup-python@v2
74
+ - uses : actions/setup-python@v4
75
75
with :
76
76
python-version : 3.6
77
77
@@ -102,15 +102,15 @@ jobs:
102
102
cache_key : ${{ matrix.os }}
103
103
104
104
- name : Prepare ccache
105
- uses : actions/cache@v1
105
+ uses : actions/cache@v3
106
106
with :
107
107
path : ~/.ccache
108
108
key : firestore-ccache-${{ runner.os }}-${{ github.sha }}
109
109
restore-keys : |
110
110
firestore-ccache-${{ runner.os }}-
111
111
112
112
- name : Cache Mint packages
113
- uses : actions/cache@v1
113
+ uses : actions/cache@v3
114
114
with :
115
115
path : ${{ env.MINT_PATH }}
116
116
key : ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}
@@ -146,7 +146,7 @@ jobs:
146
146
cache_key : ${{ matrix.os }}
147
147
148
148
- name : Prepare ccache
149
- uses : actions/cache@v1
149
+ uses : actions/cache@v3
150
150
with :
151
151
path : ~/.ccache
152
152
key : firestore-ccache-${{ runner.os }}-${{ matrix.sanitizer }}-${{ github.sha }}
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Setup python
24
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v4
25
25
with :
26
26
python-version : 3.7
27
27
You can’t perform that action at this time.
0 commit comments