From df379ace614a5ab6a5e0be4ea29135db8317be74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 16:56:34 +0000 Subject: [PATCH] Bump actions/checkout from 3.3.0 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.3.0...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 62e8f46..5668790 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: # We exclude cppcheck due to https://github.com/ament/ament_lint/pull/345 linter: [cpplint, uncrustify, xmllint] steps: - - uses: actions/checkout@v3.3.0 + - uses: actions/checkout@v3.5.3 - uses: ros-tooling/setup-ros@0.6.1 - uses: ros-tooling/action-ros-lint@0.1.3 with: