We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecad9e1 + 72222c6 commit e7e5d30Copy full SHA for e7e5d30
.github/workflows/ci.yml
@@ -27,11 +27,11 @@ jobs:
27
steps:
28
- name: Check out repository (push)
29
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request_target' || github.event_name == 'pull_request' && github.actor != 'dependabot[bot]' }}
30
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
31
32
- name: Check out repository (pull_request_target)
33
if: ${{ github.event_name == 'pull_request_target' }}
34
35
with:
36
ref: ${{ github.event.pull_request.head.sha }}
37
0 commit comments