From ad8097a2624f873bca1f42f420feefc32a98660c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:42:55 +0000 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.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/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/check-for-build-warnings.yml | 2 +- .github/workflows/clean-repo.yml | 2 +- .github/workflows/dependabot-bot.yml | 2 +- .github/workflows/docs-verifier-tryfix.yml | 2 +- .github/workflows/docs-verifier.yml | 2 +- .github/workflows/markdownlint.yml | 2 +- .github/workflows/snippets5000.yml | 2 +- .github/workflows/whats-new.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check-for-build-warnings.yml b/.github/workflows/check-for-build-warnings.yml index 6aaf1edd7a6fe..a9186ae81ce53 100644 --- a/.github/workflows/check-for-build-warnings.yml +++ b/.github/workflows/check-for-build-warnings.yml @@ -13,7 +13,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 with: ref: ${{ github.event.pull_request.head.sha }} diff --git a/.github/workflows/clean-repo.yml b/.github/workflows/clean-repo.yml index 349a55020f0f7..ae767c90c8702 100644 --- a/.github/workflows/clean-repo.yml +++ b/.github/workflows/clean-repo.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 # Call clean repo - name: Clean repo diff --git a/.github/workflows/dependabot-bot.yml b/.github/workflows/dependabot-bot.yml index 8ff5eb3d8754d..48113bb0d0d16 100644 --- a/.github/workflows/dependabot-bot.yml +++ b/.github/workflows/dependabot-bot.yml @@ -22,7 +22,7 @@ jobs: # Checkout the repo into the workspace within the VM steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 # - name: Setup .NET # uses: actions/setup-dotnet@4d4a70f4a5b2a5a5329f13be4ac933f2c9206ac0 # with: diff --git a/.github/workflows/docs-verifier-tryfix.yml b/.github/workflows/docs-verifier-tryfix.yml index a771ee414d47c..6f857ac08db51 100644 --- a/.github/workflows/docs-verifier-tryfix.yml +++ b/.github/workflows/docs-verifier-tryfix.yml @@ -30,7 +30,7 @@ jobs: core.setFailed(`Request failed with error ${err}`) } - name: Checkout the repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Checkout Pull Request run: | diff --git a/.github/workflows/docs-verifier.yml b/.github/workflows/docs-verifier.yml index f4af3e5862113..0d36facbe2f08 100644 --- a/.github/workflows/docs-verifier.yml +++ b/.github/workflows/docs-verifier.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout the repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 - name: Validate uses: dotnet/docs-actions/actions/docs-verifier@main diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index f38af70763c6a..3bfd9bfbf4d05 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -23,7 +23,7 @@ jobs: statuses: write steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: Use Node.js uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d with: diff --git a/.github/workflows/snippets5000.yml b/.github/workflows/snippets5000.yml index c109fef199fb5..a78844c8a7dd2 100644 --- a/.github/workflows/snippets5000.yml +++ b/.github/workflows/snippets5000.yml @@ -32,7 +32,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4.0.0 #@v3.1.0 + - uses: actions/checkout@v4.1.0 #@v3.1.0 # Get the latest preview SDK (or sdk not installed by the runner) - name: Setup .NET SDK diff --git a/.github/workflows/whats-new.yml b/.github/workflows/whats-new.yml index d9712731f14dd..6f4dae0b6569d 100644 --- a/.github/workflows/whats-new.yml +++ b/.github/workflows/whats-new.yml @@ -18,7 +18,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.0 - name: "Print manual run reason" if: ${{ github.event_name == 'workflow_dispatch' }}