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 22
22
runs-on : ubuntu-20.04
23
23
steps :
24
24
- name : Checkout Repository
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
27
27
-
uses :
Ortus-Solutions/[email protected]
28
28
with :
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-20.04
30
30
steps :
31
31
- name : Checkout Repository
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : Setup CommandBox
35
35
uses :
Ortus-Solutions/[email protected]
50
50
fi
51
51
52
52
- name : Update changelog [unreleased] with latest version
53
- uses : thomaseizinger/keep-a-changelog-new-release@1.3 .0
53
+ uses : thomaseizinger/keep-a-changelog-new-release@3.1 .0
54
54
if : env.SNAPSHOT == 'false'
55
55
with :
56
56
changelogPath : ./changelog.md
82
82
83
83
- name : Upload Build Artifacts
84
84
if : success()
85
- uses : actions/upload-artifact@v3
85
+ uses : actions/upload-artifact@v4
86
86
with :
87
87
name : ${{ env.MODULE_ID }}
88
88
path : |
@@ -118,7 +118,7 @@ jobs:
118
118
box forgebox publish --force
119
119
120
120
- name : Create Github Release
121
- uses : taiki-e/create-gh-release-action@v1.6 .2
121
+ uses : taiki-e/create-gh-release-action@v1.8 .2
122
122
continue-on-error : true
123
123
if : env.SNAPSHOT == 'false'
124
124
with :
@@ -138,7 +138,7 @@ jobs:
138
138
steps :
139
139
# Checkout development
140
140
- name : Checkout Repository
141
- uses : actions/checkout@v3
141
+ uses : actions/checkout@v4
142
142
with :
143
143
ref : development
144
144
Original file line number Diff line number Diff line change 20
20
name : Code Auto-Formatting
21
21
runs-on : ubuntu-20.04
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Auto-format
26
26
uses :
Ortus-Solutions/[email protected]
Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
36
36
experimental : true
37
37
steps :
38
38
- name : Checkout Repository
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
41
41
42
42
- name : Setup Java
43
- uses : actions/setup-java@v3
43
+ uses : actions/setup-java@v4
44
44
with :
45
45
distribution : " temurin"
46
46
java-version : " 11"
@@ -102,7 +102,7 @@ jobs:
102
102
103
103
- name : Upload Test Results to Artifacts
104
104
if : always()
105
- uses : actions/upload-artifact@v3
105
+ uses : actions/upload-artifact@v4
106
106
with :
107
107
name : test-results-${{ matrix.cfengine }}-${{ matrix.coldboxVersion }}
108
108
path : |
@@ -115,7 +115,7 @@ jobs:
115
115
116
116
- name : Upload Debug Logs To Artifacts
117
117
if : ${{ failure() }}
118
- uses : actions/upload-artifact@v3
118
+ uses : actions/upload-artifact@v4
119
119
with :
120
120
name : Failure Debugging Info - ${{ matrix.cfengine }} - ${{ matrix.coldboxVersion }}
121
121
path : |
You can’t perform that action at this time.
0 commit comments