From fbb7e803c2af2fa7132e454ee6a86f3ee01185b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 05:22:59 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.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/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/appengine_deploy.yml | 2 +- .github/workflows/build.yml | 4 ++-- .github/workflows/check_clang_format.yml | 2 +- .github/workflows/update_metadata.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/appengine_deploy.yml b/.github/workflows/appengine_deploy.yml index f768874a31e..27ed3a2d66f 100644 --- a/.github/workflows/appengine_deploy.yml +++ b/.github/workflows/appengine_deploy.yml @@ -15,7 +15,7 @@ jobs: steps: # Checks-out the repository under $GITHUB_WORKSPACE. # When running manually this checks out the master branch. - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Prepare demo files # Install all dependencies, then copy all the files needed for demos. diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7cdc1874d5..3d467f3fe2e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false @@ -52,7 +52,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Use Node.js 16.x uses: actions/setup-node@v1 diff --git a/.github/workflows/check_clang_format.yml b/.github/workflows/check_clang_format.yml index 57a29fe3bbc..98299cc9c4b 100644 --- a/.github/workflows/check_clang_format.yml +++ b/.github/workflows/check_clang_format.yml @@ -8,7 +8,7 @@ jobs: clang-formatter: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - uses: DoozyX/clang-format-lint-action@v0.13 with: diff --git a/.github/workflows/update_metadata.yml b/.github/workflows/update_metadata.yml index 82a36230fb4..0bc6e320c8a 100644 --- a/.github/workflows/update_metadata.yml +++ b/.github/workflows/update_metadata.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Check Out Blockly - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: ref: 'develop'