Skip to content

Commit

Permalink
chore: Use actions/checkout@v4
Browse files Browse the repository at this point in the history
Closes: #259
Signed-off-by: Tomohiro IKEDA <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
Korilakkuma authored and perexg committed Mar 16, 2024
1 parent 7cae888 commit 3ad48bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 3ad48bd

Please sign in to comment.