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 175f611 + ca31658 commit 3938efbCopy full SHA for 3938efb
.github/workflows/auto-comment.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout Code
19
- uses: actions/checkout@v2.3.3
+ uses: actions/checkout@v2.3.4
20
with:
21
ref: master
22
- name: Comment on (un)labeled issue/Pull request
.github/workflows/release_actions.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
15
ref: 'master'
- name: Set up Java 11
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
- name: Set up Java 8
39
uses: actions/setup-java@v1
40
0 commit comments