diff --git a/.github/workflows/knative-dependabot.yaml b/.github/workflows/knative-dependabot.yaml index 61c05b2d50..934f7f876a 100644 --- a/.github/workflows/knative-dependabot.yaml +++ b/.github/workflows/knative-dependabot.yaml @@ -21,7 +21,7 @@ jobs: uses: knative/actions/setup-go@main - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.head_ref }} path: ./src/github.com/${{ github.repository }} diff --git a/.github/workflows/knative-downstream.yaml b/.github/workflows/knative-downstream.yaml index 90c5f7a54c..1ec6aa44c3 100644 --- a/.github/workflows/knative-downstream.yaml +++ b/.github/workflows/knative-downstream.yaml @@ -50,7 +50,7 @@ jobs: uses: knative/actions/setup-go@main - name: Checkout upstream at ${{ github.base_ref }} - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 path: upstream @@ -72,7 +72,7 @@ jobs: - name: Attempt checkout of downstream at ${{ github.base_ref }} id: checkout-downstream - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ github.base_ref }} repository: ${{ matrix.repo }} @@ -81,7 +81,7 @@ jobs: - name: Checkout downstream with fallback branch if: steps.checkout-downstream.outcome == 'failure' - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: main repository: ${{ matrix.repo }}