diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 20a1a93..c347702 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - run: sudo apt-get install -y libcurl4-openssl-dev - name: Build run: g++ test_example.cpp -o test_example -lcurl -w