File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-22.04
9
9
steps :
10
10
- name : Checkout the repo
11
- uses : actions/checkout@v3
12
- - uses : actions/setup-python@v4
11
+ uses : actions/checkout@v4
12
+ - uses : actions/setup-python@v5
13
13
with :
14
14
python-version : ' 3.x'
15
15
- run : pip install black
Original file line number Diff line number Diff line change 20
20
compiler : [ gcc, clang ]
21
21
steps :
22
22
- name : Checkout the repo
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
- uses : linuxwacom/libwacom/.github/actions/pkginstall@master
25
25
with :
26
26
apt : $UBUNTU_PACKAGES
73
73
# https://github.com/mesonbuild/meson/issues/764
74
74
- ' -Db_sanitize=address,undefined -Db_lundef=false'
75
75
steps :
76
- - uses : actions/checkout@v3
76
+ - uses : actions/checkout@v4
77
77
- uses : linuxwacom/libwacom/.github/actions/pkginstall@master
78
78
with :
79
79
apt : $UBUNTU_PACKAGES
96
96
compile-with-meson-exact-version :
97
97
runs-on : ubuntu-22.04
98
98
steps :
99
- - uses : actions/checkout@v3
99
+ - uses : actions/checkout@v4
100
100
- uses : linuxwacom/libwacom/.github/actions/pkginstall@master
101
101
with :
102
102
apt : $UBUNTU_PACKAGES
@@ -191,7 +191,7 @@ jobs:
191
191
TARBALLDIR : ' _tarball_dir'
192
192
steps :
193
193
- name : Checkout the repo
194
- uses : actions/checkout@v3
194
+ uses : actions/checkout@v4
195
195
- name : fetch tarball from previous job(s)
196
196
uses : actions/download-artifact@v4
197
197
with :
Original file line number Diff line number Diff line change 22
22
if : ${{ github.repository == '$COVERITY_SCAN_PROJECT_NAME' }}
23
23
steps :
24
24
- name : Checkout the repo
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
27
27
- name : Set up build environment / dependencies
28
28
run : |
You can’t perform that action at this time.
0 commit comments