From 06cf28859a1d816921511481b836e6b1d03935c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 22:48:33 +0000 Subject: [PATCH] Bump actions/checkout from v1 to v2.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from v1 to v2.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/master/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v1...aabbfeb2ce60b5bd82389903509092c4648a9713) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fe88d5..d03301e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: version: [1.7.9] variant: [fpm-alpine, fpm, apache] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2.2.0 - name: Prepare Tools run: git clone https://github.com/docker-library/official-images.git ~/official-images - name: Build and Test