summaryrefslogtreecommitdiff
path: root/.github/workflows/cppcheck.yml
diff options
context:
space:
mode:
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