Skip to content

Commit

Permalink
Merge branch 'master' into near_workspaces_compile_project
Browse files Browse the repository at this point in the history
  • Loading branch information
dj8yfo authored Nov 5, 2024
2 parents 411fd20 + eda17d5 commit 9a98143
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 9a98143

Please sign in to comment.