From 063e8c772aa1168234fe072406b1c1c1fd11180f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:51:42 -0400 Subject: [PATCH] Bump actions/checkout from 3.6.0 to 4.0.0 (#296) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.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/v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/actions.yml | 6 +++--- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index f8c368e16..23d5f6ecb 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 - name: Download sharpmake ${{ matrix.framework }} ${{ runner.os }}-release binaries uses: actions/download-artifact@v3 @@ -58,7 +58,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: Checkout the repo - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 - name: Generate samples matrix id: set-matrix @@ -79,7 +79,7 @@ jobs: matrix: ${{fromJSON(needs.generate_samples_matrix.outputs.matrix)}} steps: - name: Checkout the repo - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 # Setting a VS_VERSION_SUFFIX variable for use by steps that are using solutions specific to VS2019 or VS2022 - name: SetVSVersionSuffix-VS2019 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecc7b882a..9072b102d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf9e7aff0..4b3b28a77 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: steps: - name: 'Checkout the repo' - uses: actions/checkout@v3.6.0 + uses: actions/checkout@v4.0.0 with: fetch-depth: 0