File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 GITHUBTOKEN : ${{ secrets.GITHUBTOKEN }}
2828 GITHUBUSER : ${{ secrets.GITHUBUSER }}
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6
3131 - uses : actions/setup-python@v6.0.0
3232 with :
3333 python-version : 3.x
Original file line number Diff line number Diff line change 2929 - {HUB_REPO: ros2, HUB_RELEASE: nightly}
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - name : Check and build ROS 2 image
3434 env : ${{matrix.env}}
3535 run : |
Original file line number Diff line number Diff line change 3737 GITHUBTOKEN : ${{ secrets.GITHUBTOKEN }}
3838 GITHUBUSER : ${{ secrets.GITHUBUSER }}
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - uses : actions/setup-python@v6.0.0
4242 with :
4343 python-version : 3.x
Original file line number Diff line number Diff line change 6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : Checkout
65- uses : actions/checkout@v5
65+ uses : actions/checkout@v6
6666 - name : Set up Docker Buildx
6767 uses : docker/setup-buildx-action@v3
6868 - name : Login to Docker Hub
Original file line number Diff line number Diff line change 6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : Checkout
65- uses : actions/checkout@v5
65+ uses : actions/checkout@v6
6666 - name : Set up Docker Buildx
6767 uses : docker/setup-buildx-action@v3
6868 - name : Login to Docker Hub
Original file line number Diff line number Diff line change 6262 runs-on : ubuntu-latest
6363 steps :
6464 - name : Checkout
65- uses : actions/checkout@v5
65+ uses : actions/checkout@v6
6666 - name : Set up Docker Buildx
6767 uses : docker/setup-buildx-action@v3
6868 - name : Login to Docker Hub
You can’t perform that action at this time.
0 commit comments