Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/ros-tooling/setu…
Browse files Browse the repository at this point in the history
…p-ros-0.7
  • Loading branch information
manx52 authored Jul 24, 2024
2 parents 481e306 + df0d44c commit 4d5088d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: noetic
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
df -h
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
df -h
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_no_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf /opt/ghc
df -h
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_image_webots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
cancel-in-progress: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
lfs: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_catkin_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cancel-in-progress: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo rm -rf /opt/ghc
sudo apt remove -y azure-cli google-cloud-sdk microsoft-edge-stable dotnet-sdk-* temurin-* google-chrome-stable firefox hhvm llvm-* powershell mysql-* mongodb-mongosh
df -h
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: noetic
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
lfs: true
submodules: recursive
Expand Down

0 comments on commit 4d5088d

Please sign in to comment.