Skip to content

Commit 6e1f294

Browse files
committed
infra: update CI workflows to actions/checkout@v4
1 parent 1043ef9 commit 6e1f294

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/PKGBUILD-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers
3434
3535
- name: Check out sources
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
with:
3838
fetch-depth: 0
3939
path: swaync

.github/workflows/fedora-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
# It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers
2828
- name: Check out sources
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
fetch-depth: 0
3232
path: swaync

.github/workflows/fedora-copr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
3535
# It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers
3636
- name: Check out sources
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
fetch-depth: 0
4040
path: swaync

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
vala-linting:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v1
20+
- uses: actions/checkout@v4
2121
- uses: elementary/actions/vala-lint@master
2222
with:
2323
dir: src/
@@ -35,7 +35,7 @@ jobs:
3535
uncrustify
3636
3737
- name: Check out sources
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939
with:
4040
fetch-depth: 0
4141
path: swaync
@@ -55,7 +55,7 @@ jobs:
5555
rpmlint rpkg
5656
5757
- name: Check out sources
58-
uses: actions/checkout@v3
58+
uses: actions/checkout@v4
5959
with:
6060
fetch-depth: 0
6161
path: swaync

.github/workflows/ubuntu-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
apt install -y $PACKAGES
2828
2929
- name: Check out sources
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: Meson configure
3333
run: meson build

0 commit comments

Comments
 (0)