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 79777ca + 47b2d72 commit d1e1ba6Copy full SHA for d1e1ba6
.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.1
+ uses: actions/checkout@v2.3.2
20
with:
21
ref: master
22
- name: Comment on (un)labeled issue/Pull request
.github/workflows/release_actions.yml
@@ -10,7 +10,7 @@ jobs:
10
publish:
11
12
13
- - uses: actions/checkout@v2.3.1
+ - uses: actions/checkout@v2.3.2
14
- name: Set up JDK 1.8
15
uses: actions/setup-java@v1
0 commit comments