Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
oysand committed Oct 9, 2023
1 parent 17a9cf3 commit 180bb02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runMigrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ inputs.CheckoutRef }}

Expand All @@ -38,7 +38,7 @@ jobs:
# We don't have the ref in the IssueComment trigger so we need to check out the pr number
- name: Checkout Pull Request
if: ${{ inputs.PullRequestCheckout }}
run: hub pr checkout ${{ github.event.issue.number }}
run: gh pr checkout ${{ github.event.issue.number }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 180bb02

Please sign in to comment.