diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 967d82c07..eed416405 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,7 +36,7 @@ jobs: # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/flakey-test-repro.yml b/.github/workflows/flakey-test-repro.yml index 3d95d2231..1d3c404f6 100644 --- a/.github/workflows/flakey-test-repro.yml +++ b/.github/workflows/flakey-test-repro.yml @@ -59,7 +59,7 @@ jobs: shard: [1, 2, 3, 4] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ github.event.inputs.python_version }} uses: actions/setup-python@v6 diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 0a6fd8f70..9be7e92c9 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -55,7 +55,7 @@ jobs: kafka: "4.3.0" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v6 with: