diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4a802c4cc8be..33ded7048cb5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/dependency-metrics.yml b/.github/workflows/dependency-metrics.yml index ed13766b3d9b..d71bcac26568 100644 --- a/.github/workflows/dependency-metrics.yml +++ b/.github/workflows/dependency-metrics.yml @@ -11,7 +11,7 @@ jobs: DATADOG_APP_KEY: ${{ secrets.DATADOG_APP_KEY }} DATADOG_API_KEY: ${{ secrets.DATADOG_API_KEY }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: '3.9' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cbbf0719b96a..9633deb65849 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -53,7 +53,7 @@ jobs: steps: - name: Check out Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index a550b6a5e75c..9e9c5bfcae32 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -7,7 +7,7 @@ jobs: test: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive - uses: actions/setup-python@v4 diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index d300ed2deb80..db826ac0b403 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -9,7 +9,7 @@ jobs: name: Update transifex translations runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: master submodules: recursive