Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#59)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 10, 2023
1 parent 301352c commit 7130e09
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-git-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Add tag
if: startsWith(github.event.pull_request.title, 'release') && github.event.pull_request.merged == true
env:
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/eol-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# os-check-on-ubuntu-bionic:
# runs-on: ubuntu-18.04
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# with:
# submodules: recursive
# - name: Run bats test
Expand All @@ -35,7 +35,7 @@ jobs:
os-check-on-ubuntu-focal:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run bats test
Expand All @@ -45,7 +45,7 @@ jobs:
# dashing-ros-base-main:
# runs-on: ubuntu-18.04
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Run the install script
# run: |
# ./ros2-dashing-ros-base-main.sh
Expand All @@ -58,7 +58,7 @@ jobs:
# dashing-desktop-main:
# runs-on: ubuntu-18.04
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Run the install script
# run: |
# ./ros2-dashing-desktop-main.sh
Expand All @@ -71,7 +71,7 @@ jobs:
# runs-on: ubuntu-18.04
# if: contains(github.event.head_commit.message, '[skip ci]') == false
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Run the install script
# run: |
# ./ros2-eloquent-ros-base-main.sh
Expand All @@ -85,7 +85,7 @@ jobs:
# runs-on: ubuntu-18.04
# if: contains(github.event.head_commit.message, '[skip ci]') == false
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Run the install script
# run: |
# ./ros2-eloquent-desktop-main.sh
Expand All @@ -97,7 +97,7 @@ jobs:
foxy-ros-base-main:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run the install script
run: |
./ros2-foxy-ros-base-main.sh
Expand All @@ -110,7 +110,7 @@ jobs:
foxy-desktop-main:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run the install script
run: |
./ros2-foxy-desktop-main.sh
Expand All @@ -122,7 +122,7 @@ jobs:
galactic-ros-base-main:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run the install script
run: |
./ros2-galactic-ros-base-main.sh
Expand All @@ -135,7 +135,7 @@ jobs:
galactic-desktop-main:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run the install script
run: |
./ros2-galactic-desktop-main.sh
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os-check-on-ubuntu-jammy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Run bats test
Expand All @@ -29,7 +29,7 @@ jobs:
humble-ros-base-main:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run the install script
run: |
./ros2-humble-ros-base-main.sh
Expand All @@ -42,7 +42,7 @@ jobs:
humble-desktop-main:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run the install script
run: |
./ros2-humble-desktop-main.sh
Expand All @@ -54,7 +54,7 @@ jobs:
iron-ros-base-main:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run the install script
run: |
./ros2-iron-ros-base-main.sh
Expand All @@ -67,7 +67,7 @@ jobs:
iron-desktop-main:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run the install script
run: |
./ros2-iron-desktop-main.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
humble:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run the install script
run: |
sed -e 's/^\(CHOOSE_ROS_DISTRO=.*\)/#\1\nCHOOSE_ROS_DISTRO=humble/g' -i run.sh
Expand All @@ -34,7 +34,7 @@ jobs:
iron:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run the install script
run: |
sed -e 's/^\(CHOOSE_ROS_DISTRO=.*\)/#\1\nCHOOSE_ROS_DISTRO=iron/g' -i run.sh
Expand Down

0 comments on commit 7130e09

Please sign in to comment.