We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87790e5 commit 859eb74Copy full SHA for 859eb74
.github/workflows/linter.yml
@@ -45,7 +45,7 @@ jobs:
45
# Checkout the code base #
46
##########################
47
- name: Checkout Code
48
- uses: actions/checkout@v4.2.0
+ uses: actions/checkout@v4.2.1
49
with:
50
# Full git history is needed to get a proper list
51
# of changed files within `super-linter`
@@ -87,7 +87,7 @@ jobs:
87
name: Lint Code Base (cmake-format-lint)
88
runs-on: ubuntu-24.04
89
steps:
90
- - uses: actions/checkout@v4.2.0
+ - uses: actions/checkout@v4.2.1
91
- name: Format CMake files
92
id: cmake-format
93
uses: PuneetMatharu/cmake-format-lint-action@v1.0.4
0 commit comments