From 085154b8714cfc5b9c34e5bd0694b6be63bab462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:21:54 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 2.3.4 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] --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f3123cc..76ae81e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: name: Tests runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - uses: actions/setup-node@v2 with: node-version: 12.x @@ -41,7 +41,7 @@ jobs: # Checkout # ########################### - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 with: lfs: true @@ -82,7 +82,7 @@ jobs: ########################### # Checkout # ########################### - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 with: lfs: true @@ -129,7 +129,7 @@ jobs: ########################### # Checkout # ########################### - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 with: lfs: true @@ -176,7 +176,7 @@ jobs: ########################### # Checkout # ########################### - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 with: lfs: true @@ -223,7 +223,7 @@ jobs: ########################### # Checkout # ########################### - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 with: lfs: true