From ec4d93853db60fe87b9d17a0f9d7133a9baa50b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 12:10:43 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.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.4.0...v3.0.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.yaml | 2 +- .github/workflows/closemilestones.yaml | 2 +- .github/workflows/releasenotes.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index abc9800..4146512 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: os: [windows-latest, ubuntu-latest, macos-latest] steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 with: fetch-depth: 0 - name: Build with cake diff --git a/.github/workflows/closemilestones.yaml b/.github/workflows/closemilestones.yaml index 44fb7b8..7df5fc6 100644 --- a/.github/workflows/closemilestones.yaml +++ b/.github/workflows/closemilestones.yaml @@ -12,7 +12,7 @@ jobs: ACTIONS_ALLOW_UNSECURE_COMMANDS: "true" steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 with: fetch-depth: 0 - name: Build with cake diff --git a/.github/workflows/releasenotes.yaml b/.github/workflows/releasenotes.yaml index 74b9247..de3bb81 100644 --- a/.github/workflows/releasenotes.yaml +++ b/.github/workflows/releasenotes.yaml @@ -17,7 +17,7 @@ jobs: ACTIONS_ALLOW_UNSECURE_COMMANDS: "true" steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v3.0.0 with: fetch-depth: 0 - name: Build Release Notes