Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#2811)
Browse files Browse the repository at this point in the history
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](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 27252a3 commit 6550b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/knative-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/knative-downstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 6550b1f

Please sign in to comment.