Skip to content

Commit

Permalink
Bump GH actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkelfj committed Mar 12, 2024
1 parent 3e4bd05 commit aeccd46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
sudo apt update
sudo apt install ninja-build
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and run tests
env:
CC: clang
Expand All @@ -26,7 +26,7 @@ jobs:
name: Ubuntu (make, gcc)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and run tests
env:
CC: gcc
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Prepare
run: |
brew install cmake ninja
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and run tests
run: |
scripts/test.sh
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: windows-2022
steps:
- uses: microsoft/[email protected]
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and run tests
run: |
cmake .
Expand Down

0 comments on commit aeccd46

Please sign in to comment.