File tree 3 files changed +10
-8
lines changed
3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 8
8
pull_request :
9
9
push :
10
10
11
+ permissions :
12
+ contents : read # to fetch code (actions/checkout)
13
+
11
14
jobs :
12
15
pre-commit :
13
16
name : Format
14
- runs-on : ubuntu-latest
17
+ runs-on : ubuntu-20.04
15
18
steps :
16
- - uses : actions/checkout@v2
17
- - uses : actions/setup-python@v2
19
+ - uses : actions/checkout@v3
18
20
- name : Install clang-format-10
19
21
run : sudo apt-get install clang-format-10
20
- - uses : pre-commit/action@v2 .0.0
22
+ - uses : pre-commit/action@v3 .0.0
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
BEFORE_RUN_TARGET_TEST : " sudo apt-get -qq install -y locales; sudo locale-gen nl_NL.UTF-8"
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
21
- - uses : actions/cache@v2
20
+ - uses : actions/checkout@v3
21
+ - uses : actions/cache@v3
22
22
with :
23
23
path : ${{ env.CCACHE_DIR }}
24
- key : ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}-${{ github.sha }}
24
+ key : ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}-${{ github.sha }}
25
25
restore-keys : |
26
26
ccache-${{ matrix.env.ROS_DISTRO }}-${{ matrix.env.ROS_REPO }}
27
27
- uses : ' ros-industrial/industrial_ci@master'
Original file line number Diff line number Diff line change 21
21
name : " ${{ matrix.distro }}"
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- name : industrial_ci
26
26
uses : ros-industrial/industrial_ci@master
You can’t perform that action at this time.
0 commit comments