Skip to content

Commit

Permalink
Revert "Switched to actions/checkout@v4 to avoid CI deprecation warni…
Browse files Browse the repository at this point in the history
…ngs."

This reverts commit a8750d5.

checkout@v4 doesn't work on ubuntu:16.04 and ubuntu:18.04 images:

actions/checkout#1590
  • Loading branch information
Lastique committed Feb 2, 2024
1 parent a8750d5 commit 3914e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:
fi
git config --global pack.threads 0
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Install packages
if: matrix.install
Expand Down Expand Up @@ -533,7 +533,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3

- name: Setup Boost
shell: cmd
Expand Down

0 comments on commit 3914e2f

Please sign in to comment.