From 903f7e80332ebaf9da2fa62a146078e785f8909f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 12:17:00 +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.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7ed1f8b..cfb94e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: semanticVersion: ${{ steps.semantic.outputs.semanticVersion }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: token: ${{ secrets.OSS_GITHUB_TOKEN }} @@ -63,7 +63,7 @@ jobs: needs: context if: needs.context.outputs.shouldBuild == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Import GPG key id: import_gpg @@ -119,7 +119,7 @@ jobs: needs: context if: needs.context.outputs.shouldBuild == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 @@ -172,7 +172,7 @@ jobs: needs: [ build, context ] if: needs.context.outputs.isRelease == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Import GPG key id: import_gpg