Skip to content

Commit 6070def

Browse files
chore(deps): update actions/checkout action to v4.2.2 (#1351)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6c25466 commit 6070def

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/[email protected].1
48+
uses: actions/[email protected].2
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/[email protected].1
90+
- uses: actions/[email protected].2
9191
- name: Format CMake files
9292
id: cmake-format
9393
uses: PuneetMatharu/[email protected]

0 commit comments

Comments
 (0)