From e00a8cf85016e88d1f59a2d59c9f0e8815a0f035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:47:00 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ConvertGuidelinesXmlToMarkdown.yml | 2 +- .github/workflows/dotnetBuild.yml | 2 +- .github/workflows/manuallyRunXmlToMD.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ConvertGuidelinesXmlToMarkdown.yml b/.github/workflows/ConvertGuidelinesXmlToMarkdown.yml index 5af54478..95371804 100644 --- a/.github/workflows/ConvertGuidelinesXmlToMarkdown.yml +++ b/.github/workflows/ConvertGuidelinesXmlToMarkdown.yml @@ -15,7 +15,7 @@ jobs: XmlFileName: "Guidelines(8th Edition).xml" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.ref }} token: ${{ secrets.CI_PAT }} diff --git a/.github/workflows/dotnetBuild.yml b/.github/workflows/dotnetBuild.yml index 9067e239..fc82aae5 100644 --- a/.github/workflows/dotnetBuild.yml +++ b/.github/workflows/dotnetBuild.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup .NET uses: actions/setup-dotnet@v3 diff --git a/.github/workflows/manuallyRunXmlToMD.yml b/.github/workflows/manuallyRunXmlToMD.yml index 69ac6c62..de355b32 100644 --- a/.github/workflows/manuallyRunXmlToMD.yml +++ b/.github/workflows/manuallyRunXmlToMD.yml @@ -19,7 +19,7 @@ jobs: XmlFileName: "Guidelines(8th Edition).xml" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.ref }} token: ${{ secrets.CI_PAT }}