From 9f4a7d2ae9ca344b99681791056a2dbe482f4fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 21:01:17 +0000 Subject: [PATCH] Bump actions/checkout from 3.2.0 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.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.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/create-pull-request.yml | 2 +- .github/workflows/validatePullRequest.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-pull-request.yml b/.github/workflows/create-pull-request.yml index 0d3316d40e9..0dbaf18f95a 100644 --- a/.github/workflows/create-pull-request.yml +++ b/.github/workflows/create-pull-request.yml @@ -30,7 +30,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@v3.2.0 + - uses: actions/checkout@v3.3.0 # Create a pull request [1] - name: Create PR using the GitHub REST API via hub diff --git a/.github/workflows/validatePullRequest.yml b/.github/workflows/validatePullRequest.yml index 97eeb8f5b2e..62a0c7f86d3 100644 --- a/.github/workflows/validatePullRequest.yml +++ b/.github/workflows/validatePullRequest.yml @@ -13,7 +13,7 @@ jobs: env: solutionName: Microsoft.Graph.Beta.sln steps: - - uses: actions/checkout@v3.2.0 + - uses: actions/checkout@v3.3.0 - name: Setup .NET uses: actions/setup-dotnet@v3.0.3 with: @@ -34,7 +34,7 @@ jobs: language: [ 'csharp' ] steps: - name: Checkout repository - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 - name: Initialize CodeQL uses: github/codeql-action/init@v2 with: