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: