Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.1 (#1164)
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 Oct 18, 2023
1 parent b9be9bf commit d361208
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/[email protected].0
uses: actions/[email protected].1
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/[email protected].0
- uses: actions/[email protected].1
- name: Format CMake files
id: cmake-format
uses: PuneetMatharu/[email protected]
Expand Down

0 comments on commit d361208

Please sign in to comment.