Skip to content

Commit 0fe581c

Browse files
committed
Updated CI scripts
1 parent 53d2160 commit 0fe581c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
printf 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch\n%s\n' "$(cat /etc/pacman.d/mirrorlist)" > /etc/pacman.d/mirrorlist
2525
- name: Install dependencies
2626
run: pacman --noconfirm -Syu base-devel glibc-debug git valgrind
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v3
2828
- name: Configure project
2929
run: make config TEST=1
3030
- name: Fetch project dependencies
@@ -50,7 +50,7 @@ jobs:
5050
printf 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch\n%s\n' "$(cat /etc/pacman.d/mirrorlist)" > /etc/pacman.d/mirrorlist
5151
- name: Install dependencies
5252
run: pacman --noconfirm -Syu base-devel glibc-debug git valgrind
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5454
- name: Configure project
5555
run: make config TEST=1 DEBUG=1
5656
- name: Fetch project dependencies
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
- name: Install dependencies
7474
run: zypper --non-interactive --no-gpg-checks in tar gzip git make valgrind gcc gcc-c++
75-
- uses: actions/checkout@v2
75+
- uses: actions/checkout@v3
7676
- name: Configure project
7777
run: make config TEST=1
7878
- name: Fetch project dependencies
@@ -96,7 +96,7 @@ jobs:
9696
run: apt-get update
9797
- name: Install dependencies
9898
run: apt-get -y install git make pkg-config valgrind gcc g++
99-
- uses: actions/checkout@v2
99+
- uses: actions/checkout@v3
100100
- name: Configure project
101101
run: make config TEST=1
102102
- name: Fetch project dependencies

0 commit comments

Comments
 (0)