diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 567d78b..20e4308 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -33,7 +33,7 @@ jobs: - name: Setup Python if: runner.os == 'Linux' - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: "3.x" diff --git a/.github/workflows/generated-benchmark-report.yml b/.github/workflows/generated-benchmark-report.yml index 9effc1b..6e189ba 100644 --- a/.github/workflows/generated-benchmark-report.yml +++ b/.github/workflows/generated-benchmark-report.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.12'