Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: choco install fossil hg

- name: Download source
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Build
run: make -f ${{ runner.os == 'Windows' && 'Makefile.win' || 'Makefile' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Download source
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Build manpages
uses: Analog-inc/asciidoctor-action@v1.3.2
with:
Expand Down
2 changes: 1 addition & 1 deletion lib/molinillo/.github/workflows/crystal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
image: crystallang/crystal

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Install dependencies
run: shards install
- name: Run tests
Expand Down