Skip to content

Commit

Permalink
✅ Use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
heavywatal committed Dec 15, 2023
1 parent 28d0687 commit 8a41ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os: [macOS-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: cmake
run: cmake -S . -B build -DCMAKE_INSTALL_PREFIX=${HOME}/local
- name: build
Expand Down

0 comments on commit 8a41ecc

Please sign in to comment.