diff --git a/.github/workflows/appengine_deploy.yml b/.github/workflows/appengine_deploy.yml index 2ad0cf67c..5b8868aa5 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 c4abdc076..205a01cae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,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 @@ -55,7 +55,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@v3 diff --git a/.github/workflows/check_clang_format.yml b/.github/workflows/check_clang_format.yml index 490dea26c..8264ff6ee 100644 --- a/.github/workflows/check_clang_format.yml +++ b/.github/workflows/check_clang_format.yml @@ -11,7 +11,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 e3b598948..a7fae16e5 100644 --- a/.github/workflows/update_metadata.yml +++ b/.github/workflows/update_metadata.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check Out Blockly - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: 'develop'