Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
name: Golang linter
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Import environment variables from file
run: cat ".github/env" >> $GITHUB_ENV
- uses: actions/setup-go@v6
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
name: Check Documentation formatting and links
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Import environment variables from file
run: cat ".github/env" >> $GITHUB_ENV
- name: go.mod
Expand All @@ -47,7 +47,7 @@ jobs:
- ubuntu-latest
name: Build operator binary
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Import environment variables from file
run: cat ".github/env" >> $GITHUB_ENV
- uses: actions/setup-go@v6
Expand Down