diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd3fc8b..b9aa6f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -167,7 +167,7 @@ jobs: - name: Setup Python if: steps.cache-xz.outputs.cache-hit != 'true' - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index fe7f4c7..aa3fd23 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,7 +44,7 @@ jobs: - name: Setup Python if: matrix.language == 'cpp' - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11'