diff options
Diffstat (limited to '.github/workflows/autotools-cmake.yml')
-rw-r--r-- | .github/workflows/autotools-cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml index 987a00ed..c7da5a59 100644 --- a/.github/workflows/autotools-cmake.yml +++ b/.github/workflows/autotools-cmake.yml @@ -58,7 +58,7 @@ jobs: shell: bash runs-on: "${{ matrix.os }}" steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: (Linux) Install build dependencies if: "${{ runner.os == 'Linux' }}" |