diff --git a/.github/workflows.src/build.inc.yml b/.github/workflows.src/build.inc.yml index e14c5fcf8d8..06da38219ef 100644 --- a/.github/workflows.src/build.inc.yml +++ b/.github/workflows.src/build.inc.yml @@ -9,7 +9,7 @@ <% endfor %> <% endif %> steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Determine package version shell: bash @@ -125,7 +125,7 @@ <% endif %> steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -140,7 +140,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" @@ -206,7 +206,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 @@ -319,7 +319,7 @@ name: builds-<< tgt.name >> path: artifacts/<< plat_id >> - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -355,7 +355,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 4eb0520bf9d..ca448697cf7 100644 --- a/.github/workflows/dryrun.yml +++ b/.github/workflows/dryrun.yml @@ -59,7 +59,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Determine package version shell: bash @@ -895,7 +895,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -910,7 +910,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" @@ -941,7 +941,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -956,7 +956,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" @@ -1425,7 +1425,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'X64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -1449,7 +1449,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 648be336113..efb6aa979c6 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -64,7 +64,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Determine package version shell: bash @@ -900,7 +900,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -915,7 +915,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" @@ -946,7 +946,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -961,7 +961,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" @@ -1430,7 +1430,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'X64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -1454,7 +1454,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'ARM64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2575,7 +2575,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 @@ -2605,7 +2605,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 @@ -2632,7 +2632,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 c93627ecc9e..eed21885706 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: branch: ${{ steps.whichver.outputs.branch }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Determine package version shell: bash @@ -496,7 +496,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -511,7 +511,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" @@ -540,7 +540,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -555,7 +555,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 @@ -1026,7 +1026,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'ARM64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2132,7 +2132,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 @@ -2161,7 +2161,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 @@ -2187,7 +2187,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 21f67dcd130..f1b20eef081 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,7 +11,7 @@ jobs: branch: ${{ steps.whichver.outputs.branch }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Determine package version shell: bash @@ -517,7 +517,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -532,7 +532,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" @@ -562,7 +562,7 @@ jobs: steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -577,7 +577,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" @@ -1047,7 +1047,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'X64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -1071,7 +1071,7 @@ jobs: runs-on: ['self-hosted', 'macOS', 'ARM64'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: repository: edgedb/edgedb-pkg ref: master @@ -2220,7 +2220,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 @@ -2250,7 +2250,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 @@ -2277,7 +2277,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: |