Skip to content

Commit a3d6276

Browse files
Bump actions/checkout from v1 to v2.3.1 (apache#40)
Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.3.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v1...28c7f3d) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2d1310 commit a3d6276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
java: [ 8, 9, 10, 11, 12, 13, 14 ]
2727

2828
steps:
29-
- uses: actions/checkout@v1
29+
- uses: actions/checkout@v2.3.1
3030
- name: Set up JDK ${{ matrix.java }}
3131
uses: actions/setup-java@v1
3232
with:

0 commit comments

Comments
 (0)