diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 8db9b3e1d..347f359e9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/infra_tests.yml b/.github/workflows/infra_tests.yml index 803fe5972..4f2a11dfa 100644 --- a/.github/workflows/infra_tests.yml +++ b/.github/workflows/infra_tests.yml @@ -20,7 +20,7 @@ jobs: with: access_token: ${{ github.token }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Needed for git diff to work. (get_changed_files) fetch-depth: 0 - run: | diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 9cfd751f1..fb0513eb0 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -19,7 +19,7 @@ jobs: with: access_token: ${{ github.token }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Needed for git diff to work. (get_changed_files) fetch-depth: 0 - run: | diff --git a/.github/workflows/project_tests.yml b/.github/workflows/project_tests.yml index 88af33b2c..4160c66ec 100644 --- a/.github/workflows/project_tests.yml +++ b/.github/workflows/project_tests.yml @@ -52,7 +52,7 @@ jobs: with: access_token: ${{ github.token }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # Needed for git diff to work. (get_changed_files) fetch-depth: 0 - run: |