File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
container : kambi/castle-engine-cloud-builds-tools:cge-unstable
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
35
35
- name : Package Windows
36
36
run : castle-engine package --os=win64 --cpu=x86_64 --verbose
71
71
name : Build Using macOS
72
72
runs-on : macos-latest
73
73
steps :
74
- - uses : actions/checkout@v4
74
+ - uses : actions/checkout@v5
75
75
- name : Install FPC+Lazarus
76
76
uses : gcarreno/setup-lazarus@v3.3.1
77
77
with :
@@ -122,7 +122,7 @@ jobs:
122
122
runs-on : ubuntu-latest
123
123
needs : [release]
124
124
steps :
125
- - uses : actions/checkout@v4
125
+ - uses : actions/checkout@v5
126
126
- name : Update Release Tag
127
127
if : ${{ github.ref == 'refs/heads/master' }}
128
128
run : |
You can’t perform that action at this time.
0 commit comments