Skip to content

Commit d1e1ba6

Browse files
authored
Merge pull request #150 from botblock/dependabot/github_actions/actions/checkout-v2.3.2
Bump actions/checkout from v2.3.1 to v2.3.2
2 parents 79777ca + 47b2d72 commit d1e1ba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Code
19-
uses: actions/checkout@v2.3.1
19+
uses: actions/checkout@v2.3.2
2020
with:
2121
ref: master
2222
- name: Comment on (un)labeled issue/Pull request

.github/workflows/release_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2.3.1
13+
- uses: actions/checkout@v2.3.2
1414
- name: Set up JDK 1.8
1515
uses: actions/setup-java@v1
1616
with:

0 commit comments

Comments
 (0)