File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
with :
14
14
fetch-depth : 0
15
15
- name : Scala caches
16
- uses : actions/cache@v3
16
+ uses : actions/cache@v4
17
17
with :
18
18
path : |
19
19
~/.sbt
46
46
with :
47
47
fetch-depth : 0
48
48
- name : Scala caches
49
- uses : actions/cache@v3
49
+ uses : actions/cache@v4
50
50
with :
51
51
path : |
52
52
~/.sbt
Original file line number Diff line number Diff line change 28
28
distribution : temurin
29
29
30
30
- name : Mount caches
31
- uses : actions/cache@v3
31
+ uses : actions/cache@v4
32
32
with :
33
33
path : |
34
34
~/.sbt
47
47
runs-on : ubuntu-latest
48
48
steps :
49
49
- uses : actions/checkout@v4
50
- - uses : actions/cache@v3
50
+ - uses : actions/cache@v4
51
51
id : conformance-cache
52
52
with :
53
53
key : conformance-${{ runner.os }}-${{hashFiles('conformance/build_test_runner.sh')}}
56
56
# Build conformance_test_runner on a cache miss
57
57
- uses : bazelbuild/setup-bazelisk@v3
58
58
if : steps.conformance-cache.outputs.cache-hit != 'true'
59
- - uses : actions/cache@v3
59
+ - uses : actions/cache@v4
60
60
if : steps.conformance-cache.outputs.cache-hit != 'true'
61
61
with :
62
62
path : |
65
65
- run : conformance/build_test_runner.sh
66
66
if : steps.conformance-cache.outputs.cache-hit != 'true'
67
67
68
- - uses : actions/cache@v3
68
+ - uses : actions/cache@v4
69
69
with :
70
70
path : |
71
71
~/.sbt
You can’t perform that action at this time.
0 commit comments