Skip to content

Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.13.0 #1249

Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.13.0

Bump github.com/onsi/ginkgo/v2 from 2.9.5 to 2.13.0 #1249

Workflow file for this run

name: Verify Release
on:
pull_request:
branches:
- main
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+"
jobs:
verify_branch:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Verify Version Bump
run: |
make bump_versions
make check_generated