mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 11:56:57 +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
|
||||
|
||||
- name: Checkout alsa-lib
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: alsa-project/alsa-lib
|
||||
ref: master
|
||||
|
@ -41,7 +41,7 @@ jobs:
|
|||
make install
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: alsa-utils
|
||||
- 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
|
||||
|
||||
- name: Checkout alsa-lib
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: alsa-project/alsa-lib
|
||||
ref: master
|
||||
|
@ -149,7 +149,7 @@ jobs:
|
|||
make install
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Configure
|
||||
run: |
|
||||
mv configure.ac configure.ac.old
|
||||
|
|
Loading…
Reference in a new issue