From f5862333b0e6857792286c23dc89e20b05c0326c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 31 Aug 2025 17:19:07 +0200 Subject: [PATCH] chore(deps): update actions/checkout action to v5 (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v4` -> `v5` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v5`](https://github.com/actions/checkout/compare/v4...v5) [Compare Source](https://github.com/actions/checkout/compare/v4...v5)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.t000-n.de/t.behrendt/k_deploy_workflows/pulls/2 Reviewed-by: t.behrendt Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/cd.yaml | 6 +++--- .gitea/workflows/ci.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index a9a24fd..d8dc10f 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -41,7 +41,7 @@ jobs: has_helmfile: ${{ steps.check-helmfile.outputs.exists }} has_k8s: ${{ steps.check-k8s.outputs.exists }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check if helmfile.yaml exists id: check-helmfile run: | @@ -68,7 +68,7 @@ jobs: needs: detect-service-type if: needs.detect-service-type.outputs.has_k8s == 'true' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ inputs.deploy_branch }} - uses: ./.gitea/actions/extract-namespace-from-repo-name @@ -119,7 +119,7 @@ jobs: needs.detect-service-type.outputs.has_k8s == 'true' && inputs.skip_helm_deployment != 'true' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: ref: ${{ inputs.deploy_branch }} - uses: ./.gitea/actions/extract-namespace-from-repo-name diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index bf5c76e..7a42168 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -26,7 +26,7 @@ jobs: has_helmfile: ${{ steps.check-helmfile.outputs.exists }} has_k8s: ${{ steps.check-k8s.outputs.exists }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Check if helmfile.yaml exists id: check-helmfile run: | @@ -53,7 +53,7 @@ jobs: needs: detect-service-type if: needs.detect-service-type.outputs.has_k8s == 'true' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.gitea/actions/extract-namespace-from-repo-name id: namespace with: @@ -78,7 +78,7 @@ jobs: needs.detect-service-type.outputs.has_k8s == 'true' && inputs.skip_helm_validation != 'true' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./.gitea/actions/extract-namespace-from-repo-name id: namespace with: