Skip to content

Bump github.com/cli/cli/v2 from 2.37.0 to 2.38.0 in /tools #2476

Bump github.com/cli/cli/v2 from 2.37.0 to 2.38.0 in /tools

Bump github.com/cli/cli/v2 from 2.37.0 to 2.38.0 in /tools #2476

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@b4ffde65f46336ab88eb53be808477a3936bae11
- 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