diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml index ed9c94ae..89e5d3fb 100644 --- a/.github/workflows/autotools-cmake.yml +++ b/.github/workflows/autotools-cmake.yml @@ -55,7 +55,7 @@ jobs: shell: bash runs-on: "${{ matrix.os }}" steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: (Linux) Install build dependencies if: "${{ runner.os == 'Linux' }}" diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3da96eb0..b3637024 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -42,7 +42,7 @@ jobs: env: CFLAGS: -g3 -pipe steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: Add Clang/LLVM repositories run: |- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index 84beff65..e4d90458 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -40,7 +40,7 @@ jobs: name: Run Cppcheck runs-on: macos-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: Install runtime dependencies run: | exec brew install cppcheck findutils diff --git a/.github/workflows/expat_config_h.yml b/.github/workflows/expat_config_h.yml index c50e5076..598d7d45 100644 --- a/.github/workflows/expat_config_h.yml +++ b/.github/workflows/expat_config_h.yml @@ -40,7 +40,7 @@ jobs: name: Check expat_config.h.{in,cmake} for regressions runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: Check expat_config.h.{in,cmake} for regressions run: | set -v diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index caab5f5e..2bc45da4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -76,7 +76,7 @@ jobs: env: CFLAGS: -g3 -pipe steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: Add Clang/LLVM repositories run: |- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3fff599d..f3b1adf6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -50,7 +50,7 @@ jobs: FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address runs-on: macos-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: Install build dependencies run: | sudo rm /usr/local/bin/2to3 # so that "brew link" will work diff --git a/.github/workflows/valid-xml.yml b/.github/workflows/valid-xml.yml index ab2d3fd9..3b8e5d75 100644 --- a/.github/workflows/valid-xml.yml +++ b/.github/workflows/valid-xml.yml @@ -40,7 +40,7 @@ jobs: name: Ensure well-formed and valid XML runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: Install build dependencies run: |-