Skip to content

chore(deps): update helm release keda to v2.16.0 #22883

chore(deps): update helm release keda to v2.16.0

chore(deps): update helm release keda to v2.16.0 #22883

Workflow file for this run

name: lint
on:
workflow_dispatch:
push:
jobs:
manifests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
# Seemingly something mise installs breaks post-checkout.
# this runs a post-task after post-mise (for caching) but before post-checkout
- name: Clean up Mise
uses: gacts/run-and-post-run@v1
with:
run: echo "Nothing"
post: mise implode -y
- name: Install tools
uses: jdx/mise-action@v2
- name: Validate manifests
run: ./scripts/validate.sh