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:
Tomohiro IKEDA 2024-03-17 00:50:15 +09:00 committed by Jaroslav Kysela
parent 7cae888023
commit 3ad48bd0f8

View file

@ -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