From a81d2f1580525219e84445ba7acdc27c59d3d3fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 16:08:55 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [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/v2...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/build_and_test.yml | 2 +- .github/workflows/build_and_test_release_latest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index ee91f6e..be59ed5 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -29,7 +29,7 @@ jobs: steps: # Needed to access the vcs repos file from the workspace - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Run action-ros-ci to build and test uses: ros-tooling/action-ros-ci@0.1.2 with: diff --git a/.github/workflows/build_and_test_release_latest.yml b/.github/workflows/build_and_test_release_latest.yml index 387a048..ffa3278 100644 --- a/.github/workflows/build_and_test_release_latest.yml +++ b/.github/workflows/build_and_test_release_latest.yml @@ -25,7 +25,7 @@ jobs: steps: # Needed to access the vcs repos file from the workspace - name: Checkout source - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Run action-ros-ci to build and test uses: ros-tooling/action-ros-ci@0.1.2 with: