]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Move github workflows to use checkoutv4.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 28 Feb 2024 10:44:52 +0000 (11:44 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 28 Feb 2024 10:44:52 +0000 (11:44 +0100)
.github/workflows/analysis_ports.yml
.github/workflows/ci.yml
doc/Changelog

index 47cd527a612a8ff1ec8c979b3ea052d782830c61..c9062d6086e2db623cc75a6c2c32629942682a01 100644 (file)
@@ -163,7 +163,7 @@ jobs:
             make: "no"
  
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           submodules: false
       - name: test_windows
index 59d52b7cb02775b996e56d799bbffa7694c5246d..f01ed327351b5b9a589404a75765a46bd135c925 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
     - name: configure
       run: ./configure --enable-debug
     - name: make
index 09dc278e6ee056727a2b69faa0a34c21d65c4962..7e5a8ee3068f23ef2020b802fdd5f572cb56abce 100644 (file)
@@ -1,3 +1,6 @@
+28 February 2024: Wouter
+       - Move github workflows to use checkoutv4.
+
 23 February 2024: Yorgos
        - Document the suspend argument for process_ds_response().