From ea159a7fc3ced8642b6f00046f0a43b208f263dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 23:02:33 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.2 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.2.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/v3.0.2...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-core.yml | 8 ++++---- .github/workflows/release-notes.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 8f7d9c22..e43f2eed 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 - name: Setup .NET Core uses: actions/setup-dotnet@v2 @@ -43,7 +43,7 @@ jobs: runs-on: ${{ matrix.config.os }} steps: - name: Checkout code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # Required for GitVersion @@ -82,7 +82,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # Required for GitVersion @@ -113,7 +113,7 @@ jobs: if: github.event_name == 'push' || startsWith(github.ref, 'refs/tags/') steps: - name: Checkout code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 # Required for GitVersion diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index c4d34267..66869ed0 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.2.0 with: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} fetch-depth: 0 # Required for GitVersion