Skip to content

Commit

Permalink
ci: replace hub with gh in compare-sizes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yf0μl committed Oct 31, 2024
1 parent 2a4f034 commit 208d9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compare_sizes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Checkout Pull Request
run: hub pr checkout ${{ github.event.issue.number }}
run: gh pr checkout ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Cache intermediate artifacts
Expand Down

0 comments on commit 208d9df

Please sign in to comment.