Skip to content

Commit

Permalink
Bump CI checkout to use v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stuxnot committed Oct 31, 2024
1 parent 014cfd1 commit 31a0104
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
NYXSTONE_LLVM_PREFIX: "/usr/lib/llvm-15/"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: |
sudo apt-get update
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
mac-llvm-15:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: brew install llvm@15
- name: Build
Expand All @@ -65,7 +65,7 @@ jobs:
mac-llvm-16:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: brew install llvm@16
- name: Build
Expand All @@ -86,7 +86,7 @@ jobs:
mac-llvm-17:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: brew install llvm@17
- name: Build
Expand All @@ -107,7 +107,7 @@ jobs:
mac-llvm-18:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: brew install llvm@18
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Packages
run: sudo apt-get install -y doxygen graphviz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
NYXSTONE_LLVM_PREFIX: "/usr/lib/llvm-15/"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: |
sudo apt-get update
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
NYXSTONE_LLVM_PREFIX: "/usr/lib/llvm-15/"
NYXSTONE_LINK_FFI: "1"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: |
sudo apt-get update
Expand All @@ -39,7 +39,7 @@ jobs:
env:
working-dir: ./bindings/rust
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: brew install llvm@15
- name: Build
Expand All @@ -54,7 +54,7 @@ jobs:
env:
working-dir: ./bindings/rust
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: brew install llvm@16
- name: Build
Expand All @@ -69,7 +69,7 @@ jobs:
env:
working-dir: ./bindings/rust
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: brew install llvm@17
- name: Build
Expand All @@ -84,7 +84,7 @@ jobs:
env:
working-dir: ./bindings/rust
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Packages
run: brew install llvm@18
- name: Build
Expand Down

0 comments on commit 31a0104

Please sign in to comment.