Skip to content

Commit

Permalink
Update github flow to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmecher committed Nov 27, 2023
1 parent bc15177 commit 8200e7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ jobs:
runs-on: ubuntu-latest

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

- name: Check out libhttpserver dependency
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: etr/libhttpserver
ref: 0.18.2
path: libhttpserver

- name: Install Python dependencies
uses: py-actions/py-dependency-install@v3
uses: py-actions/py-dependency-install@v4

- name: Install C++ dependencies
run: sudo apt-get install -y libboost-program-options-dev libmicrohttpd-dev libfmt-dev pybind11-dev
Expand Down

0 comments on commit 8200e7d

Please sign in to comment.