This repository was archived by the owner on Jan 13, 2025. It is now read-only.
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
steps :
19
19
- name : Checkout current branch
20
- uses : actions/checkout@v3.0.1
20
+ uses : actions/checkout@v3.5.0
21
21
with :
22
22
fetch-depth : 0
23
23
- name : Setup Scala and Java
36
36
scala : ['2.11.12', '2.12.15', '2.13.8', '3.2.1']
37
37
steps :
38
38
- name : Checkout current branch
39
- uses : actions/checkout@v3.0.1
39
+ uses : actions/checkout@v3.5.0
40
40
with :
41
41
fetch-depth : 0
42
42
- name : Setup Scala and Java
53
53
timeout-minutes : 60
54
54
steps :
55
55
- name : Checkout current branch
56
- uses : actions/checkout@v3.1 .0
56
+ uses : actions/checkout@v3.5 .0
57
57
- name : Setup Scala and Java
58
58
uses : olafurpg/setup-scala@v13
59
59
- name : Cache scala dependencies
67
67
if : github.event_name != 'pull_request'
68
68
steps :
69
69
- name : Checkout current branch
70
- uses : actions/checkout@v3.0.1
70
+ uses : actions/checkout@v3.5.0
71
71
with :
72
72
fetch-depth : 0
73
73
- name : Setup Scala and Java
Original file line number Diff line number Diff line change 18
18
if : ${{ github.event_name == 'pull_request' }}
19
19
steps :
20
20
- name : Git Checkout
21
- uses : actions/checkout@v3.3 .0
21
+ uses : actions/checkout@v3.5 .0
22
22
with :
23
23
fetch-depth : ' 0'
24
24
- name : Setup Scala
41
41
if : ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
42
42
steps :
43
43
- name : Git Checkout
44
- uses : actions/checkout@v3.3 .0
44
+ uses : actions/checkout@v3.5 .0
45
45
with :
46
46
fetch-depth : ' 0'
47
47
- name : Setup Scala
65
65
if : ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
66
66
steps :
67
67
- name : Git Checkout
68
- uses : actions/checkout@v3.3 .0
68
+ uses : actions/checkout@v3.5 .0
69
69
with :
70
70
ref : ${{ github.head_ref }}
71
71
fetch-depth : ' 0'
You can’t perform that action at this time.
0 commit comments