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 5050 run : choco install fossil hg
5151
5252 - name : Download source
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454
5555 - name : Build
5656 run : make -f ${{ runner.os == 'Windows' && 'Makefile.win' || 'Makefile' }}
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-24.04
2222 steps :
2323 - name : Download source
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 - name : Build manpages
2626 uses :
Analog-inc/[email protected] 2727 with :
Original file line number Diff line number Diff line change 1111 image : crystallang/crystal
1212
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - name : Install dependencies
1616 run : shards install
1717 - name : Run tests
You can’t perform that action at this time.
0 commit comments