Skip to content

Commit 6dc386d

Browse files
authored
Update deploy.yml
1 parent baea0e3 commit 6dc386d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
container:
2020
image: moveit/moveit2:rolling-source
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Install Python dependencies
2525
shell: bash
@@ -59,7 +59,7 @@ jobs:
5959
container:
6060
image: ${{ matrix.container }}
6161
steps:
62-
- uses: actions/checkout@v4
62+
- uses: actions/checkout@v6
6363

6464
- name: Install Python dependencies
6565
shell: bash
@@ -94,7 +94,7 @@ jobs:
9494
runs-on: ubuntu-latest
9595
needs: upload_site_artifacts
9696
steps:
97-
- uses: actions/checkout@v4
97+
- uses: actions/checkout@v6
9898
with:
9999
fetch-depth: 0
100100

0 commit comments

Comments
 (0)