Skip to content

Commit fdf6d5a

Browse files
committed
CI: bump to actions/checkout@v4 and actions/setup-python@v5
1 parent 94c2d33 commit fdf6d5a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/black.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ubuntu-22.04
99
steps:
1010
- 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
1313
with:
1414
python-version: '3.x'
1515
- run: pip install black

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
compiler: [ gcc, clang ]
2121
steps:
2222
- name: Checkout the repo
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- uses: linuxwacom/libwacom/.github/actions/pkginstall@master
2525
with:
2626
apt: $UBUNTU_PACKAGES
@@ -73,7 +73,7 @@ jobs:
7373
# https://github.com/mesonbuild/meson/issues/764
7474
- '-Db_sanitize=address,undefined -Db_lundef=false'
7575
steps:
76-
- uses: actions/checkout@v3
76+
- uses: actions/checkout@v4
7777
- uses: linuxwacom/libwacom/.github/actions/pkginstall@master
7878
with:
7979
apt: $UBUNTU_PACKAGES
@@ -96,7 +96,7 @@ jobs:
9696
compile-with-meson-exact-version:
9797
runs-on: ubuntu-22.04
9898
steps:
99-
- uses: actions/checkout@v3
99+
- uses: actions/checkout@v4
100100
- uses: linuxwacom/libwacom/.github/actions/pkginstall@master
101101
with:
102102
apt: $UBUNTU_PACKAGES
@@ -191,7 +191,7 @@ jobs:
191191
TARBALLDIR: '_tarball_dir'
192192
steps:
193193
- name: Checkout the repo
194-
uses: actions/checkout@v3
194+
uses: actions/checkout@v4
195195
- name: fetch tarball from previous job(s)
196196
uses: actions/download-artifact@v4
197197
with:

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: ${{ github.repository == '$COVERITY_SCAN_PROJECT_NAME' }}
2323
steps:
2424
- name: Checkout the repo
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Set up build environment / dependencies
2828
run: |

0 commit comments

Comments
 (0)