We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f7442f + 75413d8 commit a20eb23Copy full SHA for a20eb23
.github/workflows/cd.yaml
@@ -43,7 +43,7 @@ jobs:
43
if: needs.validate.outputs.should_release == 'true'
44
steps:
45
- name: Check out
46
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v2.4.0
47
with:
48
fetch-depth: 0
49
- name: Set up JDK 8
0 commit comments