From 29930029be64867874925e9fc58f46feefdacf06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:12:34 +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/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c30ed2..0b173f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: semanticVersion: ${{ steps.semantic.outputs.semanticVersion }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 with: token: ${{ secrets.OSS_GITHUB_TOKEN }} @@ -60,7 +60,7 @@ jobs: needs: context if: needs.context.outputs.shouldBuild == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Import GPG key id: import_gpg @@ -118,7 +118,7 @@ jobs: needs: context if: needs.context.outputs.shouldBuild == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 with: fetch-depth: 0