From 6550b1f6ecb6325dc7f1cefe4fdb9ffcb248319b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:04:17 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#2811) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/knative-dependabot.yaml | 2 +- .github/workflows/knative-downstream.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/knative-dependabot.yaml b/.github/workflows/knative-dependabot.yaml index bd68ba052f..dc592fe238 100644 --- a/.github/workflows/knative-dependabot.yaml +++ b/.github/workflows/knative-dependabot.yaml @@ -13,7 +13,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 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 fc952625c0..9d6c61d053 100644 --- a/.github/workflows/knative-downstream.yaml +++ b/.github/workflows/knative-downstream.yaml @@ -59,7 +59,7 @@ jobs: go install github.com/google/go-licenses@latest - name: Checkout upstream at ${{ github.base_ref }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 path: upstream @@ -80,7 +80,7 @@ jobs: git pull --no-rebase --no-commit upstream ${{ github.base_ref }} - name: Checkout downstream at ${{ github.base_ref }} - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.base_ref }} repository: ${{ matrix.repo }}