From 20f9b36076c7c5261d1f38db1ec66e1d6566cef7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:49:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .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..1cc19a1 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@v5 - uses: ./ id: current diff --git a/.github/workflows/test-staging-environment.yml b/.github/workflows/test-staging-environment.yml index d322cbb..46b27d3 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@v5 - uses: ./ id: current diff --git a/action.yml b/action.yml index 1922b01..d60f741 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@v5 with: repository: ${{ inputs.implementation_repository }} ref: ${{ inputs.implementation_ref }}