File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
28
28
runs-on : ubuntu-20.04
29
29
steps :
30
30
- name : Checkout Repository
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v3.2.0
32
32
with :
33
33
fetch-depth : 0
34
34
35
35
- name : Setup Java
36
- uses : actions/setup-java@v2
36
+ uses : actions/setup-java@v3.9.0v2
37
37
with :
38
- distribution : " adopt "
38
+ distribution : " temurin "
39
39
java-version : " 11"
40
40
41
41
- name : Setup CommandBox
63
63
64
64
- name : Upload Build Artifacts
65
65
if : success()
66
- uses : actions/upload-artifact@v2
66
+ uses : actions/upload-artifact@v3.1.1
67
67
with :
68
68
name : ${{ env.MODULE_ID }}
69
69
path : |
Original file line number Diff line number Diff line change 10
10
create-release :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3.2.0
14
14
15
15
with :
16
16
# Produced by the build/Build.cfc
Original file line number Diff line number Diff line change 22
22
runs-on : ubuntu-20.04
23
23
steps :
24
24
- name : Checkout Repository
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3.2.0
26
26
27
27
-
uses :
Ortus-Solutions/[email protected]
28
28
with :
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ jobs:
20
20
cfengine : [ "lucee@5", "adobe@2018", "adobe@2021" ]
21
21
steps :
22
22
- name : Checkout Repository
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v3.2.0
24
24
25
25
- name : Setup Java
26
- uses : actions/setup-java@v2
26
+ uses : actions/setup-java@v3.9.0v2
27
27
with :
28
- distribution : " adopt "
28
+ distribution : " temurin "
29
29
java-version : " 11"
30
30
31
31
- name : Setup Database and Fixtures
76
76
77
77
- name : Upload Test Results to Artifacts
78
78
if : always()
79
- uses : actions/upload-artifact@v2
79
+ uses : actions/upload-artifact@v3.1.1
80
80
with :
81
81
name : test-results-${{ matrix.cfengine }}
82
82
path : |
89
89
90
90
- name : Upload Debugging Log To Artifacts
91
91
if : ${{ failure() }}
92
- uses : actions/upload-artifact@v2
92
+ uses : actions/upload-artifact@v3.1.1
93
93
with :
94
94
name : Failure Debugging Info - ${{ matrix.cfengine }}
95
95
path : |
You can’t perform that action at this time.
0 commit comments