File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ runs:
105
105
ld --version
106
106
107
107
- name : Install ninja
108
- uses : symmetryinvestments/gha-setup-ninja@v1
108
+ uses : symmetryinvestments/gha-setup-ninja@v2
109
109
110
110
- name : Install D host compiler
111
111
uses : dlang-community/setup-dlang@v1
Original file line number Diff line number Diff line change 78
78
env :
79
79
MACOSX_DEPLOYMENT_TARGET : 10.12
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
with :
83
83
submodules : true
84
84
fetch-depth : 50
@@ -281,6 +281,6 @@ jobs:
281
281
permissions :
282
282
contents : write
283
283
steps :
284
- - uses : actions/checkout@v3
284
+ - uses : actions/checkout@v4
285
285
- name : Upload all artifacts to GitHub release
286
286
uses : ./.github/actions/upload-to-github
Original file line number Diff line number Diff line change 65
65
submodules : true
66
66
fetch-depth : 50
67
67
- name : Install ninja
68
- uses : symmetryinvestments/gha-setup-ninja@v1
68
+ uses : symmetryinvestments/gha-setup-ninja@v2
69
69
- name : Install D host compiler
70
70
uses : dlang-community/setup-dlang@v1
71
71
with :
91
91
sudo apt-get install gdb=9.1-0ubuntu1 llvm libzstd-dev
92
92
93
93
- name : Try to restore cached LLVM
94
- uses : actions/cache@v3
94
+ uses : actions/cache@v4
95
95
with :
96
96
path : llvm
97
97
key : llvm-${{ matrix.llvm_version }}-${{ runner.os }}
You can’t perform that action at this time.
0 commit comments