Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.0 (#1153)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2023
1 parent bf9663a commit 1a7c42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
with:
# Full git history is needed to get a proper list
# of changed files within `super-linter`
Expand All @@ -59,7 +59,7 @@ jobs:
name: Lint Code Base (cmake-format-lint)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: Format CMake files
id: cmake-format
uses: PuneetMatharu/[email protected]
Expand Down

0 comments on commit 1a7c42f

Please sign in to comment.