]> git.alsa-project.org Git - alsa-utils.git/commitdiff
chore: Use actions/checkout@v4
authorTomohiro IKEDA <rilakkuma.san.xjapan@gmail.com>
Sat, 16 Mar 2024 15:50:15 +0000 (00:50 +0900)
committerJaroslav Kysela <perex@perex.cz>
Sat, 16 Mar 2024 17:54:54 +0000 (18:54 +0100)
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>
.github/workflows/build.yml

index 84964340f595b2770d0e0c2777077585004d4b8e..29c58ae2d015e19da39dd9ee86ec513087103ca0 100644 (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