Skip to content

Commit eecd1a9

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

23 files changed

Lines changed: 23 additions & 23 deletions

.github/workflows/codeql-analysis.yaml

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@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Setup Go
2424
uses: actions/setup-go@v5

.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@v4
13+
- uses: actions/checkout@v5
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
@@ -39,7 +39,7 @@ jobs:
3939
name: Ironic on OpenStack ${{ matrix.name }}
4040
steps:
4141
- name: Checkout Gophercloud
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
- name: Work around broken dnsmasq
4444
run: sudo apt-get purge -y dnsmasq-base
4545
- name: Deploy devstack

.github/workflows/functional-basic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: basic tests on OpenStack ${{ matrix.name }}
3535
steps:
3636
- name: Checkout Gophercloud
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
- name: Deploy devstack
3939
uses: gophercloud/devstack-action@60ca1042045c0c9e3e001c64575d381654ffcba1
4040
with:

.github/workflows/functional-blockstorage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Cinder on OpenStack ${{ matrix.name }}
4040
steps:
4141
- name: Checkout Gophercloud
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
- name: Deploy devstack
4444
uses: gophercloud/devstack-action@60ca1042045c0c9e3e001c64575d381654ffcba1
4545
with:

.github/workflows/functional-compute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Nova on OpenStack ${{ matrix.name }}
4040
steps:
4141
- name: Checkout Gophercloud
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
- name: Deploy devstack
4444
uses: gophercloud/devstack-action@60ca1042045c0c9e3e001c64575d381654ffcba1
4545
with:

.github/workflows/functional-containerinfra.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
name: Magnum on OpenStack ${{ matrix.name }}
6464
steps:
6565
- name: Checkout Gophercloud
66-
uses: actions/checkout@v4
66+
uses: actions/checkout@v5
6767
- name: Deploy devstack
6868
uses: gophercloud/devstack-action@60ca1042045c0c9e3e001c64575d381654ffcba1
6969
with:

.github/workflows/functional-dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: Designate on OpenStack ${{ matrix.name }}
4646
steps:
4747
- name: Checkout Gophercloud
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
- name: Deploy devstack
5050
uses: gophercloud/devstack-action@60ca1042045c0c9e3e001c64575d381654ffcba1
5151
with:

.github/workflows/functional-fwaas_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
name: FWaaS_v2 on OpenStack ${{ matrix.name }}
4444
steps:
4545
- name: Checkout Gophercloud
46-
uses: actions/checkout@v4
46+
uses: actions/checkout@v5
4747
- name: Create additional neutron policies
4848
run: |
4949
mkdir /tmp/neutron-policies

.github/workflows/functional-identity.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: Keystone on OpenStack ${{ matrix.name }}
4040
steps:
4141
- name: Checkout Gophercloud
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
- name: Deploy devstack
4444
uses: gophercloud/devstack-action@60ca1042045c0c9e3e001c64575d381654ffcba1
4545
with:

0 commit comments

Comments
 (0)