From 8f5328563835daf793184f2357fe76a09af09f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 01:17:47 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [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...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build_test_deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index ffb06d363e..e555e0d9d3 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -14,7 +14,7 @@ jobs: with: node-version: "14" - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: "0" persist-credentials: false @@ -39,7 +39,7 @@ jobs: with: node-version: "14" - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: "0" submodules: "recursive" @@ -55,7 +55,7 @@ jobs: with: node-version: "14" - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: "0" submodules: "recursive"