Skip to content

Commit 253ce0e

Browse files
Bump actions/checkout from 1 to 6 (#86)
Bumps [actions/checkout](https://github.com/actions/checkout) from 1 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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>
1 parent 6278f0e commit 253ce0e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/focal_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON"
3030
CTEST_OUTPUT_ON_FAILURE: 1
3131
steps:
32-
- uses: actions/checkout@v1
32+
- uses: actions/checkout@v6
3333

3434
- name: Free Disk Space
3535
run: |

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
DOWNSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"}
4343

4444
steps:
45-
- uses: actions/checkout@v1
45+
- uses: actions/checkout@v6
4646

4747
- name: Free Disk Space
4848
run: |

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
env:
7878
DEBIAN_FRONTEND: noninteractive
7979
steps:
80-
- uses: actions/checkout@v2
80+
- uses: actions/checkout@v6
8181
with:
8282
path: ws/src/tesseract_python
8383
- name: install sudo, tzdata, keyboard-configuration
@@ -195,7 +195,7 @@ jobs:
195195
cmake_arch: x64
196196
python_version: "3.13.0"
197197
steps:
198-
- uses: actions/checkout@v2
198+
- uses: actions/checkout@v6
199199
with:
200200
path: ws/src/tesseract_python
201201
- uses: actions/setup-python@v4
@@ -308,7 +308,7 @@ jobs:
308308
brew_prefix: /opt/homebrew
309309

310310
steps:
311-
- uses: actions/checkout@v2
311+
- uses: actions/checkout@v6
312312
with:
313313
path: ws/src/tesseract_python
314314
- uses: actions/setup-python@v4
@@ -391,7 +391,7 @@ jobs:
391391
- build-macos
392392
runs-on: ubuntu-22.04
393393
steps:
394-
- uses: actions/checkout@v2
394+
- uses: actions/checkout@v6
395395
with:
396396
path: robotraconteur
397397
- name: Download CI artifacts

.github/workflows/windows_noetic_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
ROS_DISTRO: noetic
1717
CTEST_OUTPUT_ON_FAILURE: 1
1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v6
2020
with:
2121
submodules: recursive
2222
path: src/tesseract_python

0 commit comments

Comments
 (0)