Skip to content

Commit 47b2d72

Browse files
Bump actions/checkout from v2.3.1 to v2.3.2
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.1 to v2.3.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.1...2036a08) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79777ca commit 47b2d72

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)