Skip to content

Commit 4823050

Browse files
committed
Upgrade checkout action to latest
* And remove tokens since the repo is now public Signed-off-by: Ryan Friedman <[email protected]>
1 parent 967c31b commit 4823050

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ jobs:
1717
- {rosdistro: 'humble', container: 'osrf/ros:humble-desktop'}
1818
container: ${{ matrix.config.container }}
1919
steps:
20-
- uses: actions/checkout@v1
21-
with:
22-
token: ${{ secrets.ACCESS_TOKEN }}
23-
github-token: ${{ secrets.GITHUB_TOKEN }}
20+
- uses: actions/checkout@v4
2421
- name: Install Dependencies
2522
working-directory:
2623
run: |

.github/workflows/check_style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- 'px4io/px4-dev-simulation-focal:2020-09-14'
1919
container: ${{ matrix.container }}
2020
steps:
21-
- uses: actions/checkout@v1
21+
- uses: actions/checkout@v4
2222
- name: submodule update
2323
run: git submodule update --init --recursive
2424
- name: Install clang-format

0 commit comments

Comments
 (0)