Skip to content

Commit

Permalink
Merge PR #2968 from SamerKhshiboun: Fix GHA Warning - Remove deprecat…
Browse files Browse the repository at this point in the history
…ed nodes usages
  • Loading branch information
SamerKhshiboun authored Jan 11, 2024
2 parents 8d04747 + 8b298b4 commit d56d382
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
steps:

- name: Setup ROS2 Workspace
run: |
run: |
mkdir -p ${{github.workspace}}/ros2/src
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: 'ros2/src/realsense-ros'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
BASEDIR: ${{ github.workspace }}/.work

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: industrial_ci
uses: ros-industrial/industrial_ci@master

0 comments on commit d56d382

Please sign in to comment.