summaryrefslogtreecommitdiff
path: root/.github/workflows/cppcheck.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-19 12:01:18 +0000
committerGitHub <noreply@github.com>2022-12-19 12:01:18 +0000
commitbd92faf0f2fc2eec5a2273142301318cc53a7d40 (patch)
tree8573808a46fd1ead914ecba97d55d4cb461a517d /.github/workflows/cppcheck.yml
parent0476f9cb841202ab233193e0e022006fd3069ae4 (diff)
downloadlibexpat-git-bd92faf0f2fc2eec5a2273142301318cc53a7d40.tar.gz
Actions(deps): Bump actions/checkout from 3.1.0 to 3.2.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.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/v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/cppcheck.yml')
-rw-r--r--.github/workflows/cppcheck.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cppcheck.yml b/.github/workflows/cppcheck.yml
index 2502bc26..7032aa9e 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.1.0
+ - uses: actions/checkout@v3.2.0
- name: Install runtime dependencies
run: |
exec brew install cppcheck findutils