Skip to content

Commit

Permalink
Merge pull request #297 from artivis/fix/ci-checkout
Browse files Browse the repository at this point in the history
Update CI checkout to v4
  • Loading branch information
artivis authored Jun 29, 2024
2 parents 3b100aa + 6831c67 commit 534ff8c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
CXX: ${{ matrix.compiler.cxx }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup
run: |
sudo apt update
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
os: [macos-12, macos-13, macos-14]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup
run: |
brew install eigen
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup
run: |
vcpkg install eigen3:x64-windows
Expand All @@ -124,7 +124,7 @@ jobs:
needs: [build-ubuntu]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup
run: |
sudo apt update
Expand All @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup
run: |
sudo apt update
Expand All @@ -168,7 +168,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup
run: |
sudo apt update
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
os: [ubuntu-22.04, ubuntu-24.04]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup
run: |
sudo apt update
Expand All @@ -221,7 +221,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup
run: |
sudo apt update
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- run: git fetch --prune --unshallow
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v2
Expand Down

0 comments on commit 534ff8c

Please sign in to comment.