From bb47ff8fcaff7a4de7affea3da1c10ad2d316219 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:14:46 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/test-dev-environment.yml | 2 +- .github/workflows/test-staging-environment.yml | 2 +- action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-dev-environment.yml b/.github/workflows/test-dev-environment.yml index 5f47cff..3e1203c 100644 --- a/.github/workflows/test-dev-environment.yml +++ b/.github/workflows/test-dev-environment.yml @@ -28,7 +28,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: ./ id: current diff --git a/.github/workflows/test-staging-environment.yml b/.github/workflows/test-staging-environment.yml index d322cbb..8e88f27 100644 --- a/.github/workflows/test-staging-environment.yml +++ b/.github/workflows/test-staging-environment.yml @@ -28,7 +28,7 @@ jobs: needs: [setup] steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: ./ id: current diff --git a/action.yml b/action.yml index 1922b01..570b8f4 100644 --- a/action.yml +++ b/action.yml @@ -72,7 +72,7 @@ runs: echo "name=${tmp_dir}" >> $GITHUB_OUTPUT - name: Checkout Private actions - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: ${{ inputs.implementation_repository }} ref: ${{ inputs.implementation_ref }}