Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/PKGBUILD-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
printf 'builduser ALL=(ALL) ALL\n' | tee -a /etc/sudoers

- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
path: swaync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers
- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
path: swaync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fedora-copr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# It is necessary to checkout into sub-directory, because of some weird ownership problems cause by using containers
- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
path: swaync
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
vala-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: elementary/actions/vala-lint@master
with:
dir: src/
Expand All @@ -35,7 +35,7 @@ jobs:
uncrustify

- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
path: swaync
Expand All @@ -55,7 +55,7 @@ jobs:
rpmlint rpkg

- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
path: swaync
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
apt install -y $PACKAGES

- name: Check out sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Meson configure
run: meson build
Expand Down
Loading