diff --git a/.github/workflows/ci-format.yaml b/.github/workflows/ci-format.yaml index abf1e595..4db51ac9 100644 --- a/.github/workflows/ci-format.yaml +++ b/.github/workflows/ci-format.yaml @@ -12,7 +12,7 @@ jobs: name: Format runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: python-version: 3.10.6 diff --git a/.github/workflows/ci-rolling.yaml b/.github/workflows/ci-rolling.yaml index f29e35eb..03f1221b 100644 --- a/.github/workflows/ci-rolling.yaml +++ b/.github/workflows/ci-rolling.yaml @@ -14,7 +14,7 @@ jobs: container: image: osrf/ros:humble-desktop steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup colcon workspace id: configure run: | @@ -49,7 +49,7 @@ jobs: container: image: osrf/ros:humble-desktop steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup colcon workspace id: configure run: |