We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26af4cb commit 0bdd703Copy full SHA for 0bdd703
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
with:
18
repository: ${{ github.event.pull_request.head.repo.full_name }}
19
ref: ${{ github.event.pull_request.head.ref }}
0 commit comments