diff --git a/.github/workflows.src/build.inc.yml b/.github/workflows.src/build.inc.yml index 8f534c46d77..64b35f67378 100644 --- a/.github/workflows.src/build.inc.yml +++ b/.github/workflows.src/build.inc.yml @@ -4,7 +4,7 @@ outputs: branch: ${{ steps.whichver.outputs.branch }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Determine package version shell: bash @@ -57,7 +57,7 @@ needs: prep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -72,7 +72,7 @@ default: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: << 'false' if tgt.runs_on and 'self-hosted' in tgt.runs_on else 'true' >> with: python-version: "3.x" @@ -138,7 +138,7 @@ runs-on: << tgt.runs_on if tgt.runs_on else "macos-latest" >> steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -251,7 +251,7 @@ name: builds-<< tgt.name >> path: artifacts/<< plat_id >> - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -287,7 +287,7 @@ runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-docker ref: master diff --git a/.github/workflows.src/tests-patches.tpl.yml b/.github/workflows.src/tests-patches.tpl.yml index 19f6d10aadf..f57a5d256fe 100644 --- a/.github/workflows.src/tests-patches.tpl.yml +++ b/.github/workflows.src/tests-patches.tpl.yml @@ -29,7 +29,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: set-matrix name: Compute versions to run on run: python3 .github/scripts/patches/compute-versions.py diff --git a/.github/workflows.src/tests.inc.yml b/.github/workflows.src/tests.inc.yml index a71176f87d8..5a59a928cf1 100644 --- a/.github/workflows.src/tests.inc.yml +++ b/.github/workflows.src/tests.inc.yml @@ -1,18 +1,18 @@ <% macro _init() -%> - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' <%- endmacro %> <% macro _init_venv() -%> @@ -241,7 +241,7 @@ with: go-version: 1.16 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: steps.stolon-cache.outputs.cache-hit != 'true' with: repository: sorintlab/stolon @@ -406,7 +406,7 @@ <%- endmacro %> <% macro setup_terraform() -%> - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false diff --git a/.github/workflows.src/tests.tpl.yml b/.github/workflows.src/tests.tpl.yml index 1b45e92da76..f21a6041fb3 100644 --- a/.github/workflows.src/tests.tpl.yml +++ b/.github/workflows.src/tests.tpl.yml @@ -38,15 +38,15 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1.2 @@ -154,9 +154,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Install Python deps run: | diff --git a/.github/workflows/dryrun.yml b/.github/workflows/dryrun.yml index 50426b7c4f2..be2a6dc6266 100644 --- a/.github/workflows/dryrun.yml +++ b/.github/workflows/dryrun.yml @@ -10,7 +10,7 @@ jobs: outputs: branch: ${{ steps.whichver.outputs.branch }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Determine package version shell: bash @@ -471,7 +471,7 @@ jobs: needs: prep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -486,7 +486,7 @@ jobs: default: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: false with: python-version: "3.x" @@ -514,7 +514,7 @@ jobs: needs: prep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -529,7 +529,7 @@ jobs: default: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: false with: python-version: "3.x" @@ -998,7 +998,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'X64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -1022,7 +1022,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'ARM64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 8a0b0b7540c..cba2ff0f6f4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -15,7 +15,7 @@ jobs: outputs: branch: ${{ steps.whichver.outputs.branch }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Determine package version shell: bash @@ -476,7 +476,7 @@ jobs: needs: prep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -491,7 +491,7 @@ jobs: default: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: false with: python-version: "3.x" @@ -519,7 +519,7 @@ jobs: needs: prep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -534,7 +534,7 @@ jobs: default: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: false with: python-version: "3.x" @@ -1003,7 +1003,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'X64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -1027,7 +1027,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'ARM64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2148,7 +2148,7 @@ jobs: name: builds-macos-x86_64 path: artifacts/macos-x86_64 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2178,7 +2178,7 @@ jobs: name: builds-macos-aarch64 path: artifacts/macos-aarch64 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2205,7 +2205,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-docker ref: master diff --git a/.github/workflows/pull-request-meta.yml b/.github/workflows/pull-request-meta.yml index e6c9c85e3af..eeee3f39b57 100644 --- a/.github/workflows/pull-request-meta.yml +++ b/.github/workflows/pull-request-meta.yml @@ -13,7 +13,7 @@ jobs: test-pr: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c1131b637d..76e9b4e5f45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: outputs: branch: ${{ steps.whichver.outputs.branch }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Determine package version shell: bash @@ -471,7 +471,7 @@ jobs: needs: prep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -486,7 +486,7 @@ jobs: default: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: false with: python-version: "3.x" @@ -514,7 +514,7 @@ jobs: needs: prep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -529,7 +529,7 @@ jobs: default: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: false with: python-version: "3.x" @@ -977,7 +977,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'X64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -1000,7 +1000,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'ARM64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2106,7 +2106,7 @@ jobs: name: builds-macos-x86_64 path: artifacts/macos-x86_64 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2135,7 +2135,7 @@ jobs: name: builds-macos-aarch64 path: artifacts/macos-aarch64 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2161,7 +2161,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-docker ref: master diff --git a/.github/workflows/test-pool.yml b/.github/workflows/test-pool.yml index b8c6bb949b4..bd2ae256adf 100644 --- a/.github/workflows/test-pool.yml +++ b/.github/workflows/test-pool.yml @@ -23,12 +23,12 @@ jobs: concurrency: pool-test steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: startsWith(github.ref, 'refs/heads') with: repository: edgedb/edgedb-pool-simulation @@ -38,11 +38,11 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Generate requirements.txt run: | - echo 'uvloop==0.17.0' > requirements.txt + echo 'uvloop==0.19.0' > requirements.txt mkdir -p pool-simulation/reports - name: Handle virtualenv diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1b9556ec60e..6725d079c4e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -10,7 +10,7 @@ jobs: outputs: branch: ${{ steps.whichver.outputs.branch }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Determine package version shell: bash @@ -492,7 +492,7 @@ jobs: needs: prep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -507,7 +507,7 @@ jobs: default: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: false with: python-version: "3.x" @@ -536,7 +536,7 @@ jobs: needs: prep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -551,7 +551,7 @@ jobs: default: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: false with: python-version: "3.x" @@ -1021,7 +1021,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'X64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -1045,7 +1045,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'ARM64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2194,7 +2194,7 @@ jobs: name: builds-macos-x86_64 path: artifacts/macos-x86_64 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2224,7 +2224,7 @@ jobs: name: builds-macos-aarch64 path: artifacts/macos-aarch64 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2251,7 +2251,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-docker ref: master diff --git a/.github/workflows/tests-ha.yml b/.github/workflows/tests-ha.yml index c3fb07bec7f..36a3ea87122 100644 --- a/.github/workflows/tests-ha.yml +++ b/.github/workflows/tests-ha.yml @@ -14,20 +14,20 @@ jobs: if: github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' # Build virtualenv @@ -277,7 +277,7 @@ jobs: with: go-version: 1.16 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: steps.stolon-cache.outputs.cache-hit != 'true' with: repository: sorintlab/stolon @@ -331,20 +331,20 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1 diff --git a/.github/workflows/tests-managed-pg.yml b/.github/workflows/tests-managed-pg.yml index 84ffa958038..2779f7324d9 100644 --- a/.github/workflows/tests-managed-pg.yml +++ b/.github/workflows/tests-managed-pg.yml @@ -14,20 +14,20 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' # Build virtualenv @@ -262,7 +262,7 @@ jobs: with: go-version: 1.16 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: steps.stolon-cache.outputs.cache-hit != 'true' with: repository: sorintlab/stolon @@ -320,7 +320,7 @@ jobs: run: working-directory: .github/aws-rds steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false @@ -362,20 +362,20 @@ jobs: runs-on: ubuntu-latest needs: [setup-aws-rds, build] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1 @@ -495,7 +495,7 @@ jobs: run: working-directory: .github/aws-rds steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false @@ -539,7 +539,7 @@ jobs: run: working-directory: .github/do-database steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false @@ -568,20 +568,20 @@ jobs: runs-on: ubuntu-latest needs: [setup-do-database, build] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1 @@ -744,7 +744,7 @@ jobs: run: working-directory: .github/do-database steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false @@ -782,7 +782,7 @@ jobs: run: working-directory: .github/gcp-cloud-sql steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false @@ -822,20 +822,20 @@ jobs: runs-on: ubuntu-latest needs: [setup-gcp-cloud-sql, build] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1 @@ -955,7 +955,7 @@ jobs: run: working-directory: .github/gcp-cloud-sql steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false @@ -999,7 +999,7 @@ jobs: run: working-directory: .github/aws-aurora steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false @@ -1042,20 +1042,20 @@ jobs: runs-on: ubuntu-latest needs: [setup-aws-aurora, build] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1 @@ -1175,7 +1175,7 @@ jobs: run: working-directory: .github/aws-aurora steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false @@ -1220,7 +1220,7 @@ jobs: run: working-directory: .github/heroku-postgres steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false @@ -1250,20 +1250,20 @@ jobs: runs-on: ubuntu-latest needs: [setup-heroku-postgres, build] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1 @@ -1403,7 +1403,7 @@ jobs: run: working-directory: .github/heroku-postgres steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false diff --git a/.github/workflows/tests-patches.yml b/.github/workflows/tests-patches.yml index 43f4d056117..05f0c219d2d 100644 --- a/.github/workflows/tests-patches.yml +++ b/.github/workflows/tests-patches.yml @@ -16,20 +16,20 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' # Build virtualenv @@ -264,7 +264,7 @@ jobs: with: go-version: 1.16 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: steps.stolon-cache.outputs.cache-hit != 'true' with: repository: sorintlab/stolon @@ -318,7 +318,7 @@ jobs: outputs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: set-matrix name: Compute versions to run on run: python3 .github/scripts/patches/compute-versions.py @@ -331,20 +331,20 @@ jobs: matrix: ${{fromJSON(needs.compute-versions.outputs.matrix)}} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1 diff --git a/.github/workflows/tests-pg-versions.yml b/.github/workflows/tests-pg-versions.yml index a78bfaa1100..98b3873f6f5 100644 --- a/.github/workflows/tests-pg-versions.yml +++ b/.github/workflows/tests-pg-versions.yml @@ -14,20 +14,20 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' # Build virtualenv @@ -262,7 +262,7 @@ jobs: with: go-version: 1.16 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: steps.stolon-cache.outputs.cache-hit != 'true' with: repository: sorintlab/stolon @@ -350,20 +350,20 @@ jobs: - 5432:5432 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d0996f57d56..fc43725bdac 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,20 +17,20 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' # Build virtualenv @@ -274,7 +274,7 @@ jobs: with: go-version: 1.16 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 if: steps.stolon-cache.outputs.cache-hit != 'true' with: repository: sorintlab/stolon @@ -328,15 +328,15 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1.2 @@ -399,20 +399,20 @@ jobs: ] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1 @@ -536,20 +536,20 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 submodules: false - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 50 submodules: true - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Handle virtualenv uses: syphar/restore-virtualenv@v1 @@ -672,9 +672,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: - python-version: '3.11.3' + python-version: '3.12.2' - name: Install Python deps run: |