Bump actions/checkout from 3 to 4 (#101)

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-07 05:15:07 -04:00
committed by GitHub
parent f5fb45ea5b
commit 2beb523b13
5 changed files with 11 additions and 11 deletions

View File

@@ -28,12 +28,12 @@ jobs:
access_token: ${{ github.token }}
- name: 'Checkout PT-OMT PR branch'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: branch
- name: 'Checkout PT-OMT base'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: base
ref: ${{ github.event.pull_request.base.sha }}