Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 22, 2024
1 parent 1f791d0 commit 6d10e58
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 6d10e58

Please sign in to comment.