File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 9
9
10
10
env :
11
11
# Also change CACHE_VERSION in the other workflows
12
- CACHE_VERSION : 7
12
+ CACHE_VERSION : 8
13
13
DEFAULT_PYTHON : 3.8
14
14
PRE_COMMIT_CACHE : ~/.cache/pre-commit
15
15
Original file line number Diff line number Diff line change 14
14
15
15
env :
16
16
# Also change CACHE_VERSION in the CI workflow
17
- CACHE_VERSION : 5
17
+ CACHE_VERSION : 6
18
18
19
19
concurrency :
20
20
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Original file line number Diff line number Diff line change 13
13
- completed
14
14
15
15
env :
16
- CACHE_VERSION : 1
16
+ CACHE_VERSION : 2
17
17
18
18
permissions :
19
19
contents : read
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
cancel-in-progress : true
16
16
17
17
env :
18
- CACHE_VERSION : 1
18
+ CACHE_VERSION : 2
19
19
20
20
jobs :
21
21
run-primer :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ concurrency:
22
22
cancel-in-progress : true
23
23
24
24
env :
25
- CACHE_VERSION : 1
25
+ CACHE_VERSION : 2
26
26
27
27
jobs :
28
28
run-primer :
Original file line number Diff line number Diff line change 11
11
12
12
env :
13
13
# Also change CACHE_VERSION in the other workflows
14
- CACHE_VERSION : 6
14
+ CACHE_VERSION : 7
15
15
16
16
jobs :
17
17
tests-linux :
You can’t perform that action at this time.
0 commit comments