Skip to content

Commit 1ee930f

Browse files
chore(deps): update actions/checkout action to v6.0.2 (#1616)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5baf167 commit 1ee930f

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@v6.0.1
48+
uses: actions/checkout@v6.0.2
4949
with:
5050
# Full git history is needed to get a proper list
5151
# of changed files within `super-linter`
@@ -90,7 +90,7 @@ jobs:
9090
name: Lint Code Base (cmake-format-lint)
9191
runs-on: ubuntu-24.04
9292
steps:
93-
- uses: actions/checkout@v6.0.1
93+
- uses: actions/checkout@v6.0.2
9494
with:
9595
persist-credentials: false
9696

0 commit comments

Comments
 (0)