Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.3 (#1269)
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 Apr 23, 2024
1 parent 1f791d0 commit 8b46f0e
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 @@ -38,7 +38,7 @@ jobs:
# Checkout the code base #
##########################
- name: Checkout Code
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
# Full git history is needed to get a proper list
# of changed files within `super-linter`
Expand All @@ -61,7 +61,7 @@ jobs:
name: Lint Code Base (cmake-format-lint)
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].3
- name: Format CMake files
id: cmake-format
uses: PuneetMatharu/[email protected]
Expand Down

0 comments on commit 8b46f0e

Please sign in to comment.