Skip to content

Commit 90c663e

Browse files
authored
Merge pull request #420 from k-orc/dependabot/github_actions/main/all-github-actions-7a29c58c71
🌱(deps): Bump the all-github-actions group with 2 updates
2 parents d71eeae + 2a38ded commit 90c663e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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 }}

.github/workflows/label-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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.

0 commit comments

Comments
 (0)