chore(deps): update actions/checkout action to v5

This commit is contained in:
2025-08-29 07:06:10 +00:00
parent 069be5e049
commit 58ac530402
2 changed files with 6 additions and 6 deletions

View File

@@ -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@v4 - uses: actions/checkout@v5
- 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@v4 - uses: actions/checkout@v5
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@v4 - uses: actions/checkout@v5
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

View File

@@ -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@v4 - uses: actions/checkout@v5
- 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@v4 - uses: actions/checkout@v5
- 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@v4 - uses: actions/checkout@v5
- uses: ./.gitea/actions/extract-namespace-from-repo-name - uses: ./.gitea/actions/extract-namespace-from-repo-name
id: namespace id: namespace
with: with: