From 9418f37efd17ec8aad8bf74fff6fed510a62adc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 01:27:03 +0200 Subject: [PATCH] Bump actions/checkout from 2 to 2.3.4 (#14) Bumps [actions/checkout](https://github.com/actions/checkout) from 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...v2.3.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index b9ed166e1..9910935da 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -27,7 +27,7 @@ jobs: sudo apt-get install git-svn --no-install-recommends - name: checkout mirror config branch - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Get current date as seconds id: get-date