diff --git a/.github/workflows/continous-integration-workflow.yaml b/.github/workflows/continous-integration-workflow.yaml index 1ba61b3fc..b63cf18fa 100644 --- a/.github/workflows/continous-integration-workflow.yaml +++ b/.github/workflows/continous-integration-workflow.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function - name: Install Python 3.10 - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.10'