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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
complement-internal:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # Checkout complement
- uses: actions/checkout@v6 # Checkout complement
- uses: actions/setup-go@v4
with:
go-version-file: go.mod
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
timeout: 10m

steps:
- uses: actions/checkout@v3 # Checkout complement
- uses: actions/checkout@v6 # Checkout complement

- uses: actions/setup-go@v4
with:
Expand Down
Loading