]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Update github ci to use actions/checkout@v6.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 17 Apr 2026 08:13:06 +0000 (10:13 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 17 Apr 2026 08:13:06 +0000 (10:13 +0200)
.github/workflows/analysis_ports.yml
.github/workflows/ci.yml
doc/Changelog

index 6e8090a7cc70a57d171b45bc6db118e351109466..7c052b1e905146e031dc1b2c885ef7e52a7363b2 100644 (file)
@@ -173,7 +173,7 @@ jobs:
             cross_platform_config: "--enable-debug --disable-flto --with-libevent --disable-static"
  
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v6
         with:
           submodules: false
           persist-credentials: false
index 6ca3bc414c3d1ec899cf3e6627fe9011d94a88c9..0cc8bace18f308378feab771e764606dc4ca64a3 100644 (file)
@@ -12,7 +12,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v6
       with:
         persist-credentials: false
     - name: configure
index af03f1b818bed7ca88c01b79fed8483480c634f9..6c81810b8717cf6869287973d99418437090c7d6 100644 (file)
@@ -4,6 +4,7 @@
        - Fix setup of ssl context copy, to check for the tls service
          pem option for stat calls.
        - Fix to compile the shm code when there is no shmget.
+       - Update github ci to use actions/checkout@v6.
 
 16 April 2026: Yorgos
        - Merge #1406: Introduce new 'tls-protocols' configuration option.