chore(deps): update actions/checkout action to v6 (#5)
All checks were successful
Release / Release (push) Successful in 14s
All checks were successful
Release / Release (push) Successful in 14s
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/checkout (actions/checkout)</summary> ### [`v6`](https://github.com/actions/checkout/compare/v5...v6) [Compare Source](https://github.com/actions/checkout/compare/v5...v6) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xMC41IiwidXBkYXRlZEluVmVyIjoiNDIuMTAuNSIsInRhcmdldEJyYW5jaCI6InYwIiwibGFiZWxzIjpbXX0=--> Reviewed-on: #5 Reviewed-by: t.behrendt <t.behrendt@noreply.localhost> Co-authored-by: Renovate Bot <renovate@t00n.de> Co-committed-by: Renovate Bot <renovate@t00n.de>
This commit was merged in pull request #5.
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
has_helmfile: ${{ steps.check-helmfile.outputs.exists }}
|
has_helmfile: ${{ steps.check-helmfile.outputs.exists }}
|
||||||
has_k8s: ${{ steps.check-k8s.outputs.exists }}
|
has_k8s: ${{ steps.check-k8s.outputs.exists }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
- name: Check if helmfile.yaml exists
|
- name: Check if helmfile.yaml exists
|
||||||
id: check-helmfile
|
id: check-helmfile
|
||||||
run: |
|
run: |
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
needs: detect-service-type
|
needs: detect-service-type
|
||||||
if: needs.detect-service-type.outputs.has_k8s == 'true'
|
if: needs.detect-service-type.outputs.has_k8s == 'true'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.deploy_branch }}
|
ref: ${{ inputs.deploy_branch }}
|
||||||
- uses: ./.gitea/actions/extract-namespace-from-repo-name
|
- uses: ./.gitea/actions/extract-namespace-from-repo-name
|
||||||
@@ -119,7 +119,7 @@ jobs:
|
|||||||
needs.detect-service-type.outputs.has_k8s == 'true' &&
|
needs.detect-service-type.outputs.has_k8s == 'true' &&
|
||||||
inputs.skip_helm_deployment != 'true'
|
inputs.skip_helm_deployment != 'true'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
with:
|
with:
|
||||||
ref: ${{ inputs.deploy_branch }}
|
ref: ${{ inputs.deploy_branch }}
|
||||||
- uses: ./.gitea/actions/extract-namespace-from-repo-name
|
- uses: ./.gitea/actions/extract-namespace-from-repo-name
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
has_helmfile: ${{ steps.check-helmfile.outputs.exists }}
|
has_helmfile: ${{ steps.check-helmfile.outputs.exists }}
|
||||||
has_k8s: ${{ steps.check-k8s.outputs.exists }}
|
has_k8s: ${{ steps.check-k8s.outputs.exists }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
- name: Check if helmfile.yaml exists
|
- name: Check if helmfile.yaml exists
|
||||||
id: check-helmfile
|
id: check-helmfile
|
||||||
run: |
|
run: |
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
needs: detect-service-type
|
needs: detect-service-type
|
||||||
if: needs.detect-service-type.outputs.has_k8s == 'true'
|
if: needs.detect-service-type.outputs.has_k8s == 'true'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
- uses: ./.gitea/actions/extract-namespace-from-repo-name
|
- uses: ./.gitea/actions/extract-namespace-from-repo-name
|
||||||
id: namespace
|
id: namespace
|
||||||
with:
|
with:
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
needs.detect-service-type.outputs.has_k8s == 'true' &&
|
needs.detect-service-type.outputs.has_k8s == 'true' &&
|
||||||
inputs.skip_helm_validation != 'true'
|
inputs.skip_helm_validation != 'true'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v6
|
||||||
- uses: ./.gitea/actions/extract-namespace-from-repo-name
|
- uses: ./.gitea/actions/extract-namespace-from-repo-name
|
||||||
id: namespace
|
id: namespace
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user