Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
golang-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- uses: actions/setup-go@v5
with:
Expand All @@ -40,7 +40,7 @@ jobs:
container-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Build container image
run: make docker-build
Expand All @@ -53,7 +53,7 @@ jobs:
project-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Check if 'make generate' was run
run: make check-generate
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout OADP operator
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: openshift/oadp-operator
ref: ${{ github.base_ref || github.ref_name }}
Expand All @@ -83,7 +83,7 @@ jobs:
cache: false

- name: Checkout Non Admin Controller (NAC)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
path: oadp-non-admin

Expand Down