mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
Merge pull request #515 from libexpat/dependabot/github_actions/actions/checkout-2.3.5
Actions(deps): Bump actions/checkout from 2.3.4 to 2.3.5
This commit is contained in:
commit
ade2c09774
7 changed files with 7 additions and 7 deletions
2
.github/workflows/autotools-cmake.yml
vendored
2
.github/workflows/autotools-cmake.yml
vendored
|
@ -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' }}"
|
||||
|
|
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -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 -
|
||||
|
|
2
.github/workflows/cppcheck.yml
vendored
2
.github/workflows/cppcheck.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/expat_config_h.yml
vendored
2
.github/workflows/expat_config_h.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -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 -
|
||||
|
|
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/valid-xml.yml
vendored
2
.github/workflows/valid-xml.yml
vendored
|
@ -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: |-
|
||||
|
|
Loading…
Add table
Reference in a new issue