diff --git a/.github/workflows/fedora-cmake.yml b/.github/workflows/fedora-cmake.yml index 2daf751..8909dab 100644 --- a/.github/workflows/fedora-cmake.yml +++ b/.github/workflows/fedora-cmake.yml @@ -22,7 +22,7 @@ jobs: RUN_CMD: docker exec --tty ${{matrix.compiler}}-build-container steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cache dependencies uses: actions/cache@v3 diff --git a/.github/workflows/ubuntu-cmake-contrib.yml b/.github/workflows/ubuntu-cmake-contrib.yml index 67d00cb..43b0f16 100644 --- a/.github/workflows/ubuntu-cmake-contrib.yml +++ b/.github/workflows/ubuntu-cmake-contrib.yml @@ -32,7 +32,7 @@ jobs: continue-on-error: ${{ matrix.ignore-errors }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cache dependencies uses: actions/cache@v3 diff --git a/.github/workflows/ubuntu-cmake.yml b/.github/workflows/ubuntu-cmake.yml index 820b4cb..8cd4700 100644 --- a/.github/workflows/ubuntu-cmake.yml +++ b/.github/workflows/ubuntu-cmake.yml @@ -50,7 +50,7 @@ jobs: continue-on-error: ${{ matrix.ignore-errors }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Cache dependencies uses: actions/cache@v3