File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/molinillo/.github/workflows Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
run : choco install fossil hg
51
51
52
52
- name : Download source
53
- uses : actions/checkout@v4
53
+ uses : actions/checkout@v5
54
54
55
55
- name : Build
56
56
run : make -f ${{ runner.os == 'Windows' && 'Makefile.win' || 'Makefile' }}
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-24.04
22
22
steps :
23
23
- name : Download source
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
- name : Build manpages
26
26
uses :
Analog-inc/[email protected]
27
27
with :
Original file line number Diff line number Diff line change 11
11
image : crystallang/crystal
12
12
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Install dependencies
16
16
run : shards install
17
17
- name : Run tests
You can’t perform that action at this time.
0 commit comments