Skip to content

Commit

Permalink
Update CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Apr 2, 2024
1 parent bda5b91 commit 9078121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
ROS_DISTRO: ${{ matrix.ros }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: industrial_ci
uses: ros-industrial/industrial_ci@master
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
name: pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected].0
- uses: actions/checkout@v4
- uses: pre-commit/[email protected].1

0 comments on commit 9078121

Please sign in to comment.