We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d370e7 commit b2b0159Copy full SHA for b2b0159
.github/workflows/wrap_pr.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
# Checkout the latest code from the repo
18
- name: Checkout repo
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
with:
21
fetch-depth: 0
22
ref: ${{ github.event.pull_request.head.ref }}
0 commit comments