From 899fba397a2f0ae32be07d85cd4373e1b2e341bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 00:44:43 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index b4d1f96..8740aa6 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -114,7 +114,7 @@ jobs: # Checkout the code from GIT using a dedicated personal access token - name: (GIT) Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.WORKFLOW_GIT_ACCESS_TOKEN }}