Skip to content

Bump the github-actions group with 3 updates #1128

Bump the github-actions group with 3 updates

Bump the github-actions group with 3 updates #1128

Workflow file for this run

---
name: Upgrade
on:
pull_request:
branches: [release-0.15]
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: submariner-io/shipyard/gh-actions/upgrade-e2e@release-0.15
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.15