mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 12:16:31 +01:00
chore: Use actions/checkout@v4
Closes: https://github.com/alsa-project/alsa-utils/pull/259 Signed-off-by: Tomohiro IKEDA <rilakkuma.san.xjapan@gmail.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
7cae888023
commit
3ad48bd0f8
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel
|
dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel
|
||||||
|
|
||||||
- name: Checkout alsa-lib
|
- name: Checkout alsa-lib
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alsa-project/alsa-lib
|
repository: alsa-project/alsa-lib
|
||||||
ref: master
|
ref: master
|
||||||
|
@ -41,7 +41,7 @@ jobs:
|
||||||
make install
|
make install
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: alsa-utils
|
path: alsa-utils
|
||||||
- name: Checkout all tags
|
- name: Checkout all tags
|
||||||
|
@ -128,7 +128,7 @@ jobs:
|
||||||
apt-get install -y git build-essential pkg-config m4 autoconf automake libtool gettext ncurses-dev
|
apt-get install -y git build-essential pkg-config m4 autoconf automake libtool gettext ncurses-dev
|
||||||
|
|
||||||
- name: Checkout alsa-lib
|
- name: Checkout alsa-lib
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: alsa-project/alsa-lib
|
repository: alsa-project/alsa-lib
|
||||||
ref: master
|
ref: master
|
||||||
|
@ -149,7 +149,7 @@ jobs:
|
||||||
make install
|
make install
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: |
|
run: |
|
||||||
mv configure.ac configure.ac.old
|
mv configure.ac configure.ac.old
|
||||||
|
|
Loading…
Reference in a new issue