Skip to content

Commit 88cbff1

Browse files
fix some small mistake
1 parent 7766280 commit 88cbff1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/knative-downstream.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ jobs:
4949
run: |
5050
go install github.com/google/go-licenses@latest
5151
- name: Checkout Upstream
52-
uses: actions/checkout@v6
52+
uses: actions/checkout@v2
5353
with:
5454
path: ./src/knative.dev/${{ github.event.repository.name }}
5555
- name: Checkout Downstream
56-
uses: actions/checkout@v6
56+
uses: actions/checkout@v2
5757
with:
5858
repository: ${{ matrix.org }}/${{ matrix.repo }}
5959
path: ./src/knative.dev/${{ matrix.repo }}

0 commit comments

Comments
 (0)