From eda17d5e2705ec71a1c704b483bae86dd79e53cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dj8yf0=CE=BCl?= <26653921+dj8yfo@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:16:24 +0200 Subject: [PATCH] ci: replace `hub` with `gh` in compare-sizes.yml (#1251) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: dj8yf0μl --- .github/workflows/compare_sizes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compare_sizes.yml b/.github/workflows/compare_sizes.yml index e5750f1fc..38749d66f 100644 --- a/.github/workflows/compare_sizes.yml +++ b/.github/workflows/compare_sizes.yml @@ -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