Skip to content

Commit

Permalink
Merge pull request #2751 from gophercloud/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
EmilienM committed Sep 5, 2023
2 parents 7037c04 + d43efef commit 5b8b5ee
Show file tree
Hide file tree
Showing 24 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ensure-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
ensure:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: micnncim/action-label-syncer@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-baremetal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Ironic and run baremetal acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-basic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with defaults and run basic acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-blockstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Cinder and run blockstorage acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-clustering.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Senlin and run clustering acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Nova and run compute acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-containerinfra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Magnum and run containerinfra acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-dns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Designate and run dns acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-fwaas_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with enabled FWaaS_v2 and run networking acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Keystone and run identity acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-imageservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Glance and run imageservice acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-keymanager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Barbican and run keymanager acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-loadbalancer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Octavia and run loadbalancer acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-messaging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Zaqar and run messaging acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-networking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Neutron and run networking acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-objectstorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Swift and run objectstorage acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-orchestration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Heat and run orchestration acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-placement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Placement and run placement acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-sharedfilesystems.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Deploy OpenStack ${{ matrix.name }} with Manila and run sharedfilesystems acceptance tests
steps:
- name: Checkout Gophercloud
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Deploy devstack
uses: EmilienM/devstack-action@v0.11
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gomod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reauth-retests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run reauth retests
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semver-auto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
semver:unknown
github_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup environment
run: |
Expand Down

0 comments on commit 5b8b5ee

Please sign in to comment.