diff --git a/.github/workflows/appengine_deploy.yml b/.github/workflows/appengine_deploy.yml index f768874a31e..57aeb46bc05 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 - 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..7a1f9c7ba28 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 with: persist-credentials: false @@ -52,7 +52,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - 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..0207abb9328 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 - 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..8c46b864c0c 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 with: ref: 'develop'