Skip to content

Commit

Permalink
🛠️ Bump actions/checkout from 3 to 4 (#814)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Spraggett <[email protected]>
  • Loading branch information
dependabot[bot] and manx52 authored Jul 24, 2024
1 parent 47fa603 commit df0d44c
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 df0d44c

Please sign in to comment.