Skip to content

Commit

Permalink
Fix CI failures (#846)
Browse files Browse the repository at this point in the history
* Update isort version in pre-commit config to fix CI failures

* update action dependencies
  • Loading branch information
achim-k committed Mar 1, 2023
1 parent 3f71093 commit f9f8d21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4.4.0
- uses: actions/setup-python@v4.5.0
with:
python-version: '3.8'

Expand Down Expand Up @@ -38,8 +38,8 @@ jobs:
with:
path: ros_ws/src

- uses: ros-tooling/setup-ros@0.4.2
- uses: ros-tooling/setup-ros@0.6.0

- uses: ros-tooling/action-ros-ci@v0.2
- uses: ros-tooling/action-ros-ci@v0.3
with:
target-ros2-distro: ${{ matrix.ros }}
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/pycqa/isort
rev: 5.9.3
rev: 5.12.0
hooks:
- id: isort

Expand Down

0 comments on commit f9f8d21

Please sign in to comment.