From 195db6d84e427d87a404c3d4fcbaeb99258981e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 12:03:22 +0000 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.1. - [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.1) --- 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..c7e0079 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.1 with: fetch-depth: 0 - name: Build with cake diff --git a/.github/workflows/closemilestones.yaml b/.github/workflows/closemilestones.yaml index 44fb7b8..24e0f4d 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.1 with: fetch-depth: 0 - name: Build with cake diff --git a/.github/workflows/releasenotes.yaml b/.github/workflows/releasenotes.yaml index 74b9247..b01cdeb 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.1 with: fetch-depth: 0 - name: Build Release Notes