Skip to content

Commit 2476c77

Browse files
Bump actions/checkout from 1 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ca44909 commit 2476c77

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
PROGRAM_FOLDER: 'tests/resources/dockerursim/programs/e-series'
3131

3232
steps:
33-
- uses: actions/checkout@v1
33+
- uses: actions/checkout@v4
3434
- name: start ursim
3535
run: |
3636
scripts/start_ursim.sh -m $ROBOT_MODEL -v $URSIM_VERSION -p $PROGRAM_FOLDER -d
@@ -96,7 +96,7 @@ jobs:
9696
check_links:
9797
runs-on: ubuntu-latest
9898
steps:
99-
- uses: actions/checkout@v2
99+
- uses: actions/checkout@v4
100100
- name: Check URLs
101101
run: |
102102
.github/helpers/check_urls.sh \
@@ -107,5 +107,5 @@ jobs:
107107
rosdoc_lite_check:
108108
runs-on: ubuntu-latest
109109
steps:
110-
- uses: actions/checkout@v1
110+
- uses: actions/checkout@v4
111111
- uses: ./.github/actions/rosdoc_lite_action

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: pre-commit
1616
runs-on: ubuntu-22.04
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- uses: actions/setup-python@v4
2020
with:
2121
python-version: 3.10.4

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
OS_VERSION: noble
2727

2828
steps:
29-
- uses: actions/checkout@v1
29+
- uses: actions/checkout@v4
3030
- run: sudo apt-get install -y python3-pip
3131
- run: sudo pip3 install empy==3.3.4 # Added as bloom not yet support empy v4
3232
- run: sudo pip3 install bloom rosdep

0 commit comments

Comments
 (0)