From: W.C.A. Wijngaards Date: Fri, 17 Apr 2026 08:13:06 +0000 (+0200) Subject: - Update github ci to use actions/checkout@v6. X-Git-Tag: release-1.25.0rc1~25 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=656b412492bb554b4c3509b452369fc25aeec066;p=thirdparty%2Funbound.git - Update github ci to use actions/checkout@v6. --- diff --git a/.github/workflows/analysis_ports.yml b/.github/workflows/analysis_ports.yml index 6e8090a7c..7c052b1e9 100644 --- a/.github/workflows/analysis_ports.yml +++ b/.github/workflows/analysis_ports.yml @@ -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 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ca3bc414..0cc8bace1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: persist-credentials: false - name: configure diff --git a/doc/Changelog b/doc/Changelog index af03f1b81..6c81810b8 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.