From 2b53d1dde5208916ae5617ca6fafa5ecc4c0ae72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 02:02:53 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.2 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/v2.3.2...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 948e263..f38f2d3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: os: [ ubuntu ] steps: - name: Check out repo - uses: actions/checkout@v2.3.2 + uses: actions/checkout@v2.3.4 - name: Set up java uses: actions/setup-java@v1 with: