From 656b412492bb554b4c3509b452369fc25aeec066 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Fri, 17 Apr 2026 10:13:06 +0200 Subject: [PATCH] - Update github ci to use actions/checkout@v6. --- .github/workflows/analysis_ports.yml | 2 +- .github/workflows/ci.yml | 2 +- doc/Changelog | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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.