From cce73b08649698b15b5be9e51bbe9a071e75454a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 02:51:56 +0000 Subject: [PATCH] Bump actions/checkout from 1 to 2.3.4 Bumps [actions/checkout](/~https://github.com/actions/checkout) from 1 to 2.3.4. - [Release notes](/~https://github.com/actions/checkout/releases) - [Changelog](/~https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](/~https://github.com/actions/checkout/compare/v1...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bc307e7..f4067a8 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2.3.4 - name: Set up JDK 8 uses: actions/setup-java@v2 with: