Skip to content

Commit

Permalink
github: Switched to checkout@v3 in size-diff job of the build PR CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gemesa authored and dragonmux committed Apr 26, 2023
1 parent 9559218 commit cfbeeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,12 @@ jobs:
steps:
- uses: numworks/setup-arm-toolchain@2020-q4

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.base_ref }}
path: base

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
path: head
Expand Down

0 comments on commit cfbeeb5

Please sign in to comment.