Skip to content

Bump github.com/mikefarah/yq/v4 from 4.44.2 to 4.44.3 in /tools in the tools group #2885

Bump github.com/mikefarah/yq/v4 from 4.44.2 to 4.44.3 in /tools in the tools group

Bump github.com/mikefarah/yq/v4 from 4.44.2 to 4.44.3 in /tools in the tools group #2885

Workflow file for this run

---
name: Upgrade
on:
pull_request:
branches: [devel]
permissions: {}
jobs:
upgrade-e2e:
name: Latest Release to Latest Version
timeout-minutes: 30
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Check out the repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Install an old cluster, upgrade it and check it
uses: ./gh-actions/upgrade-e2e
- name: Post Mortem
if: failure()
uses: ./gh-actions/post-mortem