File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v4
2929
3030 - name : Deploy devstack
31- uses : gophercloud/devstack-action@60f6d26dd09eee2fa35469ef4c3a34111ce96ad9
31+ uses : gophercloud/devstack-action@264ea76100c468f10c5d2e62bb81c6dc26fd5a3b
3232 with :
3333 enable_workaround_docker_io : ' false'
3434 branch : ${{ matrix.openstack_version }}
Original file line number Diff line number Diff line change 3636 # if semver=major, this will return RC=1, so let's ignore the failure so label
3737 # can be set later. We check for actual errors in the next step.
3838 continue-on-error : true
39- uses : joelanford/go-apidiff@002aa613b261e8d1547b516fb71793280f05bb78
39+ uses : joelanford/go-apidiff@60c4206be8f84348ebda2a3e0c3ac9cb54b8f685
4040
4141 # go-apidiff returns RC=1 when semver=major, which makes the workflow to return
4242 # a failure. Instead let's just return a failure if go-apidiff failed to run.
You can’t perform that action at this time.
0 commit comments