From e68bab8019220b2333aa9ae41eff9cd9ea4fee5d Mon Sep 17 00:00:00 2001 From: "M.P. Korstanje" Date: Tue, 26 Sep 2023 19:55:48 +0200 Subject: [PATCH] Revert "chore(deps): update actions/checkout action to v4 (#174)" This reverts commit dbc4c3e7cca346a4e69a92a4bdd583f5b5fffa85. --- .github/workflows/test-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cpp.yml b/.github/workflows/test-cpp.yml index 30118c1b7..09ce0c971 100644 --- a/.github/workflows/test-cpp.yml +++ b/.github/workflows/test-cpp.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: install cmake and libraries run: |