Skip to content

Commit

Permalink
Update Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Mar 7, 2024
1 parent 563cfb3 commit b7e1e2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup

Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
needs: micro_ros_build

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
binary: 'firmware/micro_ros_mbed/cmake_build/DISCO_L475VG_IOT01A/develop/GCC_ARM/micro_ros_mbed.bin'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
image: ${{ matrix.image }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup
ref: ${{ matrix.branch }}
Expand Down Expand Up @@ -522,7 +522,7 @@ jobs:
container:
image: ${{ matrix.image }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup
ref: ${{ matrix.branch }}
Expand Down Expand Up @@ -583,7 +583,7 @@ jobs:
needs: micro_ros_build

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/micro_ros_setup
ref: ${{ matrix.branch }}
Expand Down

0 comments on commit b7e1e2c

Please sign in to comment.