We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baea0e3 commit 6dc386dCopy full SHA for 6dc386d
1 file changed
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
container:
20
image: moveit/moveit2:rolling-source
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
23
24
- name: Install Python dependencies
25
shell: bash
@@ -59,7 +59,7 @@ jobs:
59
60
image: ${{ matrix.container }}
61
62
63
64
65
@@ -94,7 +94,7 @@ jobs:
94
runs-on: ubuntu-latest
95
needs: upload_site_artifacts
96
97
98
with:
99
fetch-depth: 0
100
0 commit comments