diff --git a/.github/workflows/ConvertGuidelinesXmlToMarkdown.yml b/.github/workflows/ConvertGuidelinesXmlToMarkdown.yml index 4eefff4..7ed5d26 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@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} token: ${{ secrets.CI_PAT }} diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 39baf34..5abc32d 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -13,7 +13,7 @@ jobs: build-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup .NET uses: actions/setup-dotnet@v6 diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 0118b6c..53e8809 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -26,7 +26,7 @@ jobs: # If you do not check out your code, Copilot will do this for you. steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET uses: actions/setup-dotnet@v6 diff --git a/.github/workflows/dotnetBuild.yml b/.github/workflows/dotnetBuild.yml index 624a4c8..5767040 100644 --- a/.github/workflows/dotnetBuild.yml +++ b/.github/workflows/dotnetBuild.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup .NET uses: actions/setup-dotnet@v6 diff --git a/.github/workflows/manuallyRunXmlToMD.yml b/.github/workflows/manuallyRunXmlToMD.yml index ea9fe87..235516d 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@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.ref }} token: ${{ secrets.CI_PAT }}