diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 688472ba..e7c8ee0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: ubuntu-build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # 1) checkout and compile natively (no test) - name: install cligen run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install) @@ -31,7 +31,7 @@ jobs: ubuntu-build-restconf-fcgi: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # 1) checkout and compile natively (no test) - name: install cligen run: (git clone https://github.com/clicon/cligen.git && cd cligen && ./configure && make && sudo make install) @@ -55,7 +55,7 @@ jobs: run: working-directory: ./docker/test steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # 2) Inline of make test, but without configure - name: in-line clone run: git clone file://$(realpath ../..)