]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
github-ci: update checkout action to v3
authorJason Ish <jason.ish@oisf.net>
Tue, 31 Jan 2023 22:00:55 +0000 (16:00 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 31 Jan 2023 22:00:55 +0000 (16:00 -0600)
.github/workflows/builds.yml

index c20f84187cd50d9e46fec01d1851296013d16031..ae839884391bb7db3a0113528afbfb223cb43c1d 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     name: PCAP-NG Check
     runs-on: ubuntu-22.04
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - run: sudo apt update
       - run: sudo apt -y install tshark
       - run: ./pcapng-check.sh
@@ -71,7 +71,7 @@ jobs:
                 zlib1g-dev
       - run: cargo install --force --debug cbindgen
       - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - run: python3 ./run.py --self-test
       - run: git clone https://github.com/OISF/suricata -b ${{ matrix.branch }}
       - run: git clone https://github.com/OISF/libhtp suricata/libhtp
@@ -142,7 +142,7 @@ jobs:
                 zlib-devel
       - run: cargo install --force --debug cbindgen
       - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - run: python3 ./run.py --self-test
       - run: git clone https://github.com/OISF/suricata -b ${{ matrix.branch }}
       - run: git clone https://github.com/OISF/libhtp suricata/libhtp