Skip to content

Commit d43efef

Browse files
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a293ac commit d43efef

24 files changed

+24
-24
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Initialize CodeQL
2424
uses: github/codeql-action/init@v2

.github/workflows/ensure-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
ensure:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: micnncim/action-label-syncer@v1
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/functional-baremetal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Deploy OpenStack ${{ matrix.name }} with Ironic and run baremetal acceptance tests
3434
steps:
3535
- name: Checkout Gophercloud
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- name: Deploy devstack
3838
uses: EmilienM/devstack-action@v0.11
3939
with:

.github/workflows/functional-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Deploy OpenStack ${{ matrix.name }} with defaults and run basic acceptance tests
3737
steps:
3838
- name: Checkout Gophercloud
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
- name: Deploy devstack
4141
uses: EmilienM/devstack-action@v0.11
4242
with:

.github/workflows/functional-blockstorage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Deploy OpenStack ${{ matrix.name }} with Cinder and run blockstorage acceptance tests
3434
steps:
3535
- name: Checkout Gophercloud
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- name: Deploy devstack
3838
uses: EmilienM/devstack-action@v0.11
3939
with:

.github/workflows/functional-clustering.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Deploy OpenStack ${{ matrix.name }} with Senlin and run clustering acceptance tests
3434
steps:
3535
- name: Checkout Gophercloud
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- name: Deploy devstack
3838
uses: EmilienM/devstack-action@v0.11
3939
with:

.github/workflows/functional-compute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: Deploy OpenStack ${{ matrix.name }} with Nova and run compute acceptance tests
3434
steps:
3535
- name: Checkout Gophercloud
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- name: Deploy devstack
3838
uses: EmilienM/devstack-action@v0.11
3939
with:

.github/workflows/functional-containerinfra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: Deploy OpenStack ${{ matrix.name }} with Magnum and run containerinfra acceptance tests
4646
steps:
4747
- name: Checkout Gophercloud
48-
uses: actions/checkout@v3
48+
uses: actions/checkout@v4
4949
- name: Deploy devstack
5050
uses: EmilienM/devstack-action@v0.11
5151
with:

.github/workflows/functional-dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: Deploy OpenStack ${{ matrix.name }} with Designate and run dns acceptance tests
4747
steps:
4848
- name: Checkout Gophercloud
49-
uses: actions/checkout@v3
49+
uses: actions/checkout@v4
5050
- name: Deploy devstack
5151
uses: EmilienM/devstack-action@v0.11
5252
with:

.github/workflows/functional-fwaas_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
name: Deploy OpenStack ${{ matrix.name }} with enabled FWaaS_v2 and run networking acceptance tests
2525
steps:
2626
- name: Checkout Gophercloud
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
- name: Deploy devstack
2929
uses: EmilienM/devstack-action@v0.11
3030
with:

0 commit comments

Comments
 (0)