Skip to content

Commit

Permalink
Switch to v3 checkout and custom ref
Browse files Browse the repository at this point in the history
  • Loading branch information
shayaantx committed Dec 20, 2023
1 parent 1309c59 commit 2643043
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: "${{ github.event.pull_request.merge_commit_sha }}"
- name: Setup java
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 2643043

Please sign in to comment.