Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run:
shell: powershell
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: workspace/src/tesseract_python
- name: install-depends
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: workspace/src/tesseract_python
- name: install-depends
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: workspace/src/tesseract_python
- name: install-depends
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/focal_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
TARGET_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug -DTESSERACT_ENABLE_TESTING=ON"
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Free Disk Space
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
DOWNSTREAM_CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Release"}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Free Disk Space
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
env:
DEBIAN_FRONTEND: noninteractive
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: ws/src/tesseract_python
- name: install sudo, tzdata, keyboard-configuration
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
cmake_arch: x64
python_version: "3.14"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: ws/src/tesseract_python
- uses: actions/setup-python@v6
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
brew_prefix: /opt/homebrew

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: ws/src/tesseract_python
- uses: actions/setup-python@v6
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:
- build-macos
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: robotraconteur
- name: Download CI artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_noetic_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
ROS_DISTRO: noetic
CTEST_OUTPUT_ON_FAILURE: 1
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
submodules: recursive
path: src/tesseract_python
Expand Down
Loading