]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CI: Update to actions/checkout@v3
authorTim Duesterhus <tim@bastelstu.be>
Sat, 9 Apr 2022 20:08:41 +0000 (22:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 11 Apr 2022 05:13:24 +0000 (07:13 +0200)
No functional change, but we should keep this current.

.github/workflows/codespell.yml
.github/workflows/compliance.yml
.github/workflows/contrib.yml
.github/workflows/coverity.yml
.github/workflows/musl.yml
.github/workflows/openssl-nodeprecated.yml
.github/workflows/vtest.yml
.github/workflows/windows.yml

index 3b31141357a4ad18574a8c95056c81c14123e010..2243d8b378762b8f177279c4ba4504953d873d83 100644 (file)
@@ -11,7 +11,7 @@ jobs:
   codespell:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - uses: codespell-project/codespell-problem-matcher@v1
     - uses: codespell-project/actions-codespell@master
       with:
index 148ea286694f5cad41766be7cfb070959ade0cfc..1105abbf2c7160c9edaf9333566ea38b58385c29 100644 (file)
@@ -21,7 +21,7 @@ jobs:
     env:
       H2SPEC_VERSION: '2.6.0'
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Install h2spec
       run: |
         curl -fsSL https://github.com/summerwind/h2spec/releases/download/v${H2SPEC_VERSION}/h2spec_linux_amd64.tar.gz -o h2spec.tar.gz
index 480f61be8319fc4c225265334d01de529a8cb983..99a1576d8fd0e2d228af169dfe2c52cf520aea28 100644 (file)
@@ -10,7 +10,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Compile admin/halog/halog
       run: |
         make admin/halog/halog
index 0c4b2d0eda8e69474ee1ec256868ef66cf92989f..e208c8cac5c90a878ba5577aa9da39698c15fe8d 100644 (file)
@@ -24,7 +24,7 @@ jobs:
       # parameters at whitespaces, without taking quoting into account.
       COVERITY_SCAN_BUILD_COMMAND: "make CC=clang TARGET=linux-glibc USE_ZLIB=1 USE_PCRE=1 USE_PCRE_JIT=1 USE_LUA=1 USE_OPENSSL=1 USE_QUIC=1 USE_SYSTEMD=1 USE_WURFL=1 WURFL_INC=addons/wurfl/dummy WURFL_LIB=addons/wurfl/dummy USE_DEVICEATLAS=1 DEVICEATLAS_SRC=addons/deviceatlas/dummy USE_51DEGREES=1 51DEGREES_SRC=addons/51degrees/dummy/pattern ADDLIB=\"-Wl,-rpath,$HOME/opt/lib/\" SSL_LIB=${HOME}/opt/lib SSL_INC=${HOME}/opt/include DEBUG+=-DDEBUG_STRICT=1 DEBUG+=-DDEBUG_USE_ABORT=1"
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Install apt dependencies
       run: |
         sudo apt-get update
index aba3f4e14904c6e575c4e35cbb1f496cbad4deb2..5a6b46a7bedff3b0ab0c93fe354c7ffe7b448055 100644 (file)
@@ -13,7 +13,7 @@ jobs:
       container:
         image: alpine:latest
       steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Install dependencies
         run: apk add gcc make tar git python3 libc-dev linux-headers pcre-dev pcre2-dev openssl-dev lua5.3-dev grep socat curl
       - name: Install VTest
index e423f58dd914a26045326d1ecc72f111a7907453..e7f7ffaa5e04249fcdbcf2b2012245dfbfd7e011 100644 (file)
@@ -21,7 +21,7 @@ jobs:
   test:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Install VTest
       run: |
         scripts/build-vtest.sh
index a9e86b6a221642cd030b5e0eee45bd1d03290744..e413b20f57d8f4f588f49f9f548379a0c293313a 100644 (file)
@@ -23,7 +23,7 @@ jobs:
     outputs:
       matrix: ${{ steps.set-matrix.outputs.matrix }}
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - name: Generate Build Matrix
         id: set-matrix
         run: python3 .github/matrix.py "${{ github.event_name }}"
@@ -44,7 +44,7 @@ jobs:
       ASAN_OPTIONS: log_path=asan.log
       OT_CPP_VERSION: 1.6.0
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
       with:
         fetch-depth: 100
 #
index de9a00fd66728b6f3bdb3abdfe7ba86442d74121..3d034617fe60f18ee2898730d029edfb17a9815c 100644 (file)
@@ -35,7 +35,7 @@ jobs:
           - USE_THREAD=1
           - USE_ZLIB=1
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - uses: msys2/setup-msys2@v2
       with:
         install: >-