]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Upgrade to actions/checkout@v3.
authorNathan Moinvaziri <nathan@nathanm.com>
Sun, 19 Jun 2022 19:44:47 +0000 (12:44 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 15 Aug 2022 14:41:52 +0000 (16:41 +0200)
.github/workflows/analyze.yml
.github/workflows/cmake.yml
.github/workflows/configure.yml
.github/workflows/libpng.yml
.github/workflows/nmake.yml
.github/workflows/pigz.yml
.github/workflows/pkgcheck.yml
.github/workflows/release.yml

index d9d2555b85ef5076e416523f1342a11c539f9f46..4c4f45e8ea5846ed6c1ca26ca5cbe25094b63901 100644 (file)
@@ -5,7 +5,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Install packages (Ubuntu)
       run: |
@@ -27,7 +27,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Install packages (Ubuntu)
       run: |
index ddafa77f7352683ccc9691bf5b64aa8089ea08de..17d5f398005a4fd35ac22cdbfa2ef07a40d1c2cb 100644 (file)
@@ -400,10 +400,10 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Checkout test corpora
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       # Don't test against all corpora with MinGW due to Wine being unable to run parallel jobs
       # without connection timeout. Without parallel jobs test runs using Wine take close to an hour.
       if: contains(matrix.name, 'MinGW') == false
index 25d9b875c6bee4fdfa0433e4f0eec04c5f201483..4091b0c1cac1cf00d5a25ae2c059d601c86d2a78 100644 (file)
@@ -193,7 +193,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Install packages (Ubuntu)
       if: runner.os == 'Linux' && matrix.packages
index a519460ccea35484736597e33903d64ab1cdb62d..262b7c329b9c2aa5de3bfa5af23aa91b7be52be7 100644 (file)
@@ -7,7 +7,7 @@ jobs:
 
     steps:
     - name: Checkout repository (zlib-ng)
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Generate project files (zlib-ng)
       run: |
@@ -22,7 +22,7 @@ jobs:
         cmake --build . --config Release
 
     - name: Checkout repository (libpng)
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         repository: glennrp/libpng
         path: libpng
index dcc1e736dbe3e7bf162b9c6c3aa67a2bc2c7be30..bd8567f7a1b7c762720f48a547523a1b92c330cd 100644 (file)
@@ -48,7 +48,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Compile source code
       shell: cmd
index e7193ee668e954d6d0a22d34ec39803beab10cb9..ee369400fb1e6daebfc86d3aec5773635152e130 100644 (file)
@@ -51,10 +51,10 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Checkout test corpora
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
       with:
         repository: zlib-ng/corpora
         path: test/data/corpora
index 7b8a5df595f07fde5153fea45a948ed2d58a6321..a953ea9229cffd0c0002fd16c191dc3a6caed27d 100644 (file)
@@ -76,7 +76,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Install packages (Ubuntu)
       if: runner.os == 'Linux'
index e52d6a6d8c10f45c10e7ddb4e9d24bdb37952880..7f68074cf3a99bafaad971942baa42867c702037 100644 (file)
@@ -61,7 +61,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v2
+      uses: actions/checkout@v3
 
     - name: Set environment variables
       shell: bash