]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Update github workflows to use checkout v3.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 2 Jan 2023 12:30:03 +0000 (13:30 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 2 Jan 2023 12:30:03 +0000 (13:30 +0100)
.github/workflows/analysis_ports.yml
.github/workflows/ci.yml
doc/Changelog

index fbbdd80185a9460969b8ee9b2611b724ea08e1c3..554cda12c843d3b1296852d5e545444cf21aacb4 100644 (file)
@@ -163,7 +163,7 @@ jobs:
             make: "no"
  
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
         with:
           submodules: false
       - name: test_windows
index 73d68fbf35c9938773174785b818a90a00c19c33..59d52b7cb02775b996e56d799bbffa7694c5246d 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: configure
       run: ./configure --enable-debug
     - name: make
index cd225c523c57aed2ceb53a254ec2e1e68b5a8e01..7949df5f05f12e4cf789fbf43635b2de14234386 100644 (file)
@@ -1,5 +1,6 @@
 2 January 2023: Wouter
        - Fix windows compile for libunbound subprocess reap comm point closes.
+       - Update github workflows to use checkout v3.
 
 14 December 2022: George
        - Merge #569 from JINMEI Tatuya: add keep-cache option to