Skip to content

Commit ca31658

Browse files
Bump actions/checkout from v2.3.3 to v2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.3...5a4ac90) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 175f611 commit ca31658

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/[email protected].3
19+
uses: actions/[email protected].4
2020
with:
2121
ref: master
2222
- name: Comment on (un)labeled issue/Pull request

.github/workflows/release_actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Code
14-
uses: actions/[email protected].3
14+
uses: actions/[email protected].4
1515
with:
1616
ref: 'master'
1717
- name: Set up Java 11
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout Code
37-
uses: actions/[email protected].3
37+
uses: actions/[email protected].4
3838
- name: Set up Java 8
3939
uses: actions/setup-java@v1
4040
with:

0 commit comments

Comments
 (0)