ci: switch to latest
renovate / renovate (push) Failing after 2m46s

This commit is contained in:
2026-05-21 21:09:41 -05:00
parent 99744602a6
commit 913f0c4138
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ env:
jobs: jobs:
lint-docker-compose: lint-docker-compose:
runs-on: ubuntu-js runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
+2 -2
View File
@@ -21,7 +21,7 @@ env:
jobs: jobs:
lint-helm: lint-helm:
runs-on: ubuntu-js runs-on: ubuntu-latest
outputs: outputs:
chart-dir: ${{ steps.check-dir-changes.outputs.chart-dir }} chart-dir: ${{ steps.check-dir-changes.outputs.chart-dir }}
chart-dir-csv: ${{ steps.check-dir-changes.outputs.chart-dir-csv }} chart-dir-csv: ${{ steps.check-dir-changes.outputs.chart-dir-csv }}
@@ -231,7 +231,7 @@ jobs:
validate-kubeconform: validate-kubeconform:
needs: lint-helm needs: lint-helm
runs-on: ubuntu-js runs-on: ubuntu-latest
if: | if: |
needs.lint-helm.result == 'success' && needs.lint-helm.result == 'success' &&
needs.lint-helm.outputs.changes-detected == 'true' && needs.lint-helm.outputs.changes-detected == 'true' &&
+1 -1
View File
@@ -12,7 +12,7 @@ on:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-js runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.191.2@sha256:539b0ce5f22bcd4b0a42681c0c984afd1c293e2ce5bb12bcb4c01e0f608d60c9 container: ghcr.io/renovatebot/renovate:43.191.2@sha256:539b0ce5f22bcd4b0a42681c0c984afd1c293e2ce5bb12bcb4c01e0f608d60c9
steps: steps:
- name: Checkout - name: Checkout