Skip to content

Commit

Permalink
Update GH Actions (crystal-lang#621)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 11, 2024
1 parent 950f383 commit 655a3b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
git config --global core.autocrlf false
- name: Install Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5

- name: Upgrade pip
run: python -m pip install --upgrade pip
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
run: choco install fossil

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

- name: Build
run: make -f ${{ runner.os == 'Windows' && 'Makefile.win' || 'Makefile' }}
Expand All @@ -74,7 +74,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download source
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Build manpages
uses: Analog-inc/[email protected]
with:
Expand Down

0 comments on commit 655a3b0

Please sign in to comment.