Skip to content

Commit d2d5278

Browse files
Bump EmilienM/devstack-action from 0.10 to 0.11
Bumps [EmilienM/devstack-action](https://github.com/EmilienM/devstack-action) from 0.10 to 0.11. - [Release notes](https://github.com/EmilienM/devstack-action/releases) - [Commits](gophercloud/devstack-action@v0.10...v0.11) --- updated-dependencies: - dependency-name: EmilienM/devstack-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afe276b commit d2d5278

17 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/functional-baremetal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout Gophercloud
3636
uses: actions/checkout@v3
3737
- name: Deploy devstack
38-
uses: EmilienM/devstack-action@v0.10
38+
uses: EmilienM/devstack-action@v0.11
3939
with:
4040
branch: ${{ matrix.openstack_version }}
4141
conf_overrides: |

.github/workflows/functional-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Checkout Gophercloud
4242
uses: actions/checkout@v3
4343
- name: Deploy devstack
44-
uses: EmilienM/devstack-action@v0.10
44+
uses: EmilienM/devstack-action@v0.11
4545
with:
4646
branch: ${{ matrix.openstack_version }}
4747
enabled_services: 's-account,s-container,s-object,s-proxy'

.github/workflows/functional-blockstorage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout Gophercloud
3939
uses: actions/checkout@v3
4040
- name: Deploy devstack
41-
uses: EmilienM/devstack-action@v0.10
41+
uses: EmilienM/devstack-action@v0.11
4242
with:
4343
branch: ${{ matrix.openstack_version }}
4444
conf_overrides: |

.github/workflows/functional-clustering.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout Gophercloud
3939
uses: actions/checkout@v3
4040
- name: Deploy devstack
41-
uses: EmilienM/devstack-action@v0.10
41+
uses: EmilienM/devstack-action@v0.11
4242
with:
4343
branch: ${{ matrix.openstack_version }}
4444
conf_overrides: |

.github/workflows/functional-compute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout Gophercloud
3939
uses: actions/checkout@v3
4040
- name: Deploy devstack
41-
uses: EmilienM/devstack-action@v0.10
41+
uses: EmilienM/devstack-action@v0.11
4242
with:
4343
branch: ${{ matrix.openstack_version }}
4444
conf_overrides: |

.github/workflows/functional-containerinfra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Checkout Gophercloud
5353
uses: actions/checkout@v3
5454
- name: Deploy devstack
55-
uses: EmilienM/devstack-action@v0.10
55+
uses: EmilienM/devstack-action@v0.11
5656
with:
5757
branch: ${{ matrix.openstack_version }}
5858
conf_overrides: |

.github/workflows/functional-dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Checkout Gophercloud
5454
uses: actions/checkout@v3
5555
- name: Deploy devstack
56-
uses: EmilienM/devstack-action@v0.10
56+
uses: EmilienM/devstack-action@v0.11
5757
with:
5858
branch: ${{ matrix.openstack_version }}
5959
conf_overrides: |

.github/workflows/functional-identity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout Gophercloud
3939
uses: actions/checkout@v3
4040
- name: Deploy devstack
41-
uses: EmilienM/devstack-action@v0.10
41+
uses: EmilienM/devstack-action@v0.11
4242
with:
4343
branch: ${{ matrix.openstack_version }}
4444
- name: Checkout go

.github/workflows/functional-imageservice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout Gophercloud
3939
uses: actions/checkout@v3
4040
- name: Deploy devstack
41-
uses: EmilienM/devstack-action@v0.10
41+
uses: EmilienM/devstack-action@v0.11
4242
with:
4343
branch: ${{ matrix.openstack_version }}
4444
- name: Checkout go

.github/workflows/functional-keymanager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout Gophercloud
3939
uses: actions/checkout@v3
4040
- name: Deploy devstack
41-
uses: EmilienM/devstack-action@v0.10
41+
uses: EmilienM/devstack-action@v0.11
4242
with:
4343
branch: ${{ matrix.openstack_version }}
4444
conf_overrides: |

0 commit comments

Comments
 (0)