Skip to content

Commit 859eb74

Browse files
chore(deps): update actions/checkout action to v4.2.1 (#1342)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 87790e5 commit 859eb74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Checkout the code base #
4646
##########################
4747
- name: Checkout Code
48-
uses: actions/checkout@v4.2.0
48+
uses: actions/checkout@v4.2.1
4949
with:
5050
# Full git history is needed to get a proper list
5151
# of changed files within `super-linter`
@@ -87,7 +87,7 @@ jobs:
8787
name: Lint Code Base (cmake-format-lint)
8888
runs-on: ubuntu-24.04
8989
steps:
90-
- uses: actions/checkout@v4.2.0
90+
- uses: actions/checkout@v4.2.1
9191
- name: Format CMake files
9292
id: cmake-format
9393
uses: PuneetMatharu/cmake-format-lint-action@v1.0.4

0 commit comments

Comments
 (0)