]> git.alsa-project.org Git - alsa-lib.git/commitdiff
GitHub Actions: Use actions/checkout@v4
authorRyan Carsten Schmidt <git@ryandesign.com>
Sat, 16 Mar 2024 08:34:32 +0000 (03:34 -0500)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Sun, 17 Mar 2024 00:42:55 +0000 (09:42 +0900)
Fixes: #389
.github/workflows/build.yml

index d8a025b4764235c35494f4f48c31274c06f5dba0..b01ad81d320b7cf0bb996549a424a906d93c668c 100644 (file)
@@ -13,7 +13,7 @@ jobs:
         dnf -y upgrade
         dnf -y install @development-tools libtool bzip2
     - name: Checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
       with:
         fetch-depth: 0
     - name: Safe git directory
@@ -75,7 +75,7 @@ jobs:
       image: ubuntu:latest
     steps:
     - name: Checkout
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
     - name: Prepare environment
       run: |
         export DEBIAN_FRONTEND=noninteractive