We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 967c31b commit 4823050Copy full SHA for 4823050
.github/workflows/build_test.yml
@@ -17,10 +17,7 @@ jobs:
17
- {rosdistro: 'humble', container: 'osrf/ros:humble-desktop'}
18
container: ${{ matrix.config.container }}
19
steps:
20
- - uses: actions/checkout@v1
21
- with:
22
- token: ${{ secrets.ACCESS_TOKEN }}
23
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ - uses: actions/checkout@v4
24
- name: Install Dependencies
25
working-directory:
26
run: |
.github/workflows/check_style.yml
@@ -18,7 +18,7 @@ jobs:
- 'px4io/px4-dev-simulation-focal:2020-09-14'
container: ${{ matrix.container }}
- name: submodule update
run: git submodule update --init --recursive
- name: Install clang-format
0 commit comments