summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2022-10-10 15:16:21 +0200
committerGitHub <noreply@github.com>2022-10-10 15:16:21 +0200
commit46810602905246e9ab688f173dfd34fe1ad9f775 (patch)
tree1aa716b97479a1032a4b9506eb0c23d261316e9e
parentea4a24d7643667eb4200eee1fe2f232d54e06abf (diff)
parentcfa1c20be40ff7402caa67a779ebf6acfee66692 (diff)
downloadlibexpat-git-46810602905246e9ab688f173dfd34fe1ad9f775.tar.gz
Merge pull request #659 from libexpat/dependabot/github_actions/actions/checkout-3.1.0
Actions(deps): Bump actions/checkout from 3.0.2 to 3.1.0
-rw-r--r--.github/workflows/autotools-cmake.yml2
-rw-r--r--.github/workflows/cmake-required-version.yml2
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/cppcheck.yml2
-rw-r--r--.github/workflows/expat_config_h.yml2
-rw-r--r--.github/workflows/linux.yml2
-rw-r--r--.github/workflows/macos.yml2
-rw-r--r--.github/workflows/valid-xml.yml2
8 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml
index f6fcc87c..10bcf7bd 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@v3.0.2
+ - uses: actions/checkout@v3.1.0
- name: (Linux) Install build dependencies
if: "${{ runner.os == 'Linux' }}"
diff --git a/.github/workflows/cmake-required-version.yml b/.github/workflows/cmake-required-version.yml
index 303611c6..cc0eeaa3 100644
--- a/.github/workflows/cmake-required-version.yml
+++ b/.github/workflows/cmake-required-version.yml
@@ -40,7 +40,7 @@ jobs:
name: Ensure realistic minimum CMake version requirement
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v3.1.0
- name: Install ancient CMake
run: |
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 03eefe9c..1a529dde 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -42,7 +42,7 @@ jobs:
env:
CFLAGS: -g3 -pipe
steps:
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v3.1.0
- name: Install build dependencies
run: |-
set -x -u -o pipefail
diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml
index ad1e1c3f..2502bc26 100644
--- a/.github/workflows/cppcheck.yml
+++ b/.github/workflows/cppcheck.yml
@@ -40,7 +40,7 @@ jobs:
name: Run Cppcheck
runs-on: macos-11
steps:
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v3.1.0
- 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 ddc75364..1a4a4f5e 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-20.04
steps:
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v3.1.0
- 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 68d2c06a..8a629aae 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -80,7 +80,7 @@ jobs:
env:
CFLAGS: -g3 -pipe
steps:
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v3.1.0
- name: Install build dependencies (MinGW)
if: "${{ contains(matrix.FLAT_ENV, 'mingw') }}"
run: |-
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 69e7002b..20e40f16 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-11
steps:
- - uses: actions/checkout@v3.0.2
+ - uses: actions/checkout@v3.1.0
- 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 2d5c2fed..a976e775 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@v3.0.2
+ - uses: actions/checkout@v3.1.0
- name: Install build dependencies
run: |-