diff --git a/.github/workflows/build-with-cmake.yml b/.github/workflows/build-with-cmake.yml index fc4946078c..2a47aefeb5 100644 --- a/.github/workflows/build-with-cmake.yml +++ b/.github/workflows/build-with-cmake.yml @@ -20,7 +20,7 @@ jobs: dnf install -y \ cmake \ gcc - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1 - name: Build with CMake diff --git a/.github/workflows/functional-tests.yml b/.github/workflows/functional-tests.yml index c68d42f076..a78e499afc 100644 --- a/.github/workflows/functional-tests.yml +++ b/.github/workflows/functional-tests.yml @@ -27,7 +27,7 @@ jobs: gcovr \ libtool \ pkg-config - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1 - name: Run autogen diff --git a/.github/workflows/tests-and-examples-under-valgrind.yml b/.github/workflows/tests-and-examples-under-valgrind.yml index d287d8d85c..65401d685d 100644 --- a/.github/workflows/tests-and-examples-under-valgrind.yml +++ b/.github/workflows/tests-and-examples-under-valgrind.yml @@ -24,7 +24,7 @@ jobs: libtool \ pkg-config \ valgrind - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1 - name: prepare the build (only enabling FROST, tests and examples)