From d3612088c2aba656fe61b0dba92d3b19ed71988b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:31:46 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.1 (#1164) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 239edfb9..5ddc4b3d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -37,7 +37,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: # Full git history is needed to get a proper list # of changed files within `super-linter` @@ -59,7 +59,7 @@ jobs: name: Lint Code Base (cmake-format-lint) runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - name: Format CMake files id: cmake-format uses: PuneetMatharu/cmake-format-lint-action@v1.0.4