We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf366b8 commit e0f3c4cCopy full SHA for e0f3c4c
.github/workflows/ci-build.yml
@@ -18,7 +18,7 @@ jobs:
18
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v2.4.0
+ uses: actions/checkout@v3.0.2
22
with:
23
fetch-depth: 0
24
@@ -85,7 +85,7 @@ jobs:
85
if: contains(github.event.pull_request.labels.*.name, 'release') && github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
86
87
88
89
90
91
0 commit comments