Skip to content
Merged
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
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build and cache tools
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
runs-on: ubuntu-latest
needs: tools
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
env:
KO_PLATFORMS: linux/amd64,linux/arm64
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
- kubernetes-version: v1.36
- kubernetes-version: v1.37
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
echo "##[endgroup]"

- name: Checkout conformance tests
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: servicebinding/conformance.git
ref: v0.3.2
Expand Down Expand Up @@ -374,7 +374,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
Expand Down