From b63e902b8f6d9b5a4b539701369620b22d0b4b10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 12:48:26 +0000 Subject: [PATCH] Actions(deps): Bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/autotools-cmake.yml | 2 +- .github/workflows/cmake-required-version.yml | 2 +- .github/workflows/codespell.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/cppcheck.yml | 2 +- .github/workflows/expat_config_h.yml | 2 +- .github/workflows/linux.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/valid-xml.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/autotools-cmake.yml b/.github/workflows/autotools-cmake.yml index 9dcd329b..32670ebe 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.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 6f31661b..79616b5a 100644 --- a/.github/workflows/cmake-required-version.yml +++ b/.github/workflows/cmake-required-version.yml @@ -43,7 +43,7 @@ jobs: name: Ensure realistic minimum CMake version requirement runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Install ancient CMake run: | diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 7267e994..fd08ae66 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -43,7 +43,7 @@ jobs: name: Enforce codespell-clean spelling runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - uses: codespell-project/actions-codespell@94259cd8be02ad2903ba34a22d9c13de21a74461 # v2.0 with: path: expat/ diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f7145438..7ea8c05a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -45,7 +45,7 @@ jobs: env: CFLAGS: -g3 -pipe steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Install build dependencies run: |- set -x -u diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml index 808e6166..9c850c7a 100644 --- a/.github/workflows/cppcheck.yml +++ b/.github/workflows/cppcheck.yml @@ -43,7 +43,7 @@ jobs: name: Run Cppcheck runs-on: macos-11 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.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 cb80d1a0..54c991d8 100644 --- a/.github/workflows/expat_config_h.yml +++ b/.github/workflows/expat_config_h.yml @@ -43,7 +43,7 @@ jobs: name: Check expat_config.h.{in,cmake} for regressions runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.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 d49189f7..a3a0dca2 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -83,7 +83,7 @@ jobs: env: CFLAGS: -g3 -pipe steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.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 d2bb3e4d..7bd582a8 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -53,7 +53,7 @@ jobs: FLAT_ENV: CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address runs-on: macos-11 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.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 85ae39d4..0c763e3c 100644 --- a/.github/workflows/valid-xml.yml +++ b/.github/workflows/valid-xml.yml @@ -43,7 +43,7 @@ jobs: name: Ensure well-formed and valid XML runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Install build dependencies run: |-