diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 3047d3f50..f27950201 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 # needed for tag/version - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: '3.11' diff --git a/.github/workflows/core_tests.yml b/.github/workflows/core_tests.yml index ceda1fe55..ef2634dc7 100644 --- a/.github/workflows/core_tests.yml +++ b/.github/workflows/core_tests.yml @@ -28,7 +28,7 @@ jobs: run: sudo apt update && sudo apt install postgresql postgresql-contrib - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/full_tests.yml b/.github/workflows/full_tests.yml index 3183474f6..51fe91b5b 100644 --- a/.github/workflows/full_tests.yml +++ b/.github/workflows/full_tests.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -39,11 +39,9 @@ jobs: # QCFractal Server ################################################# - name: Configure conda for the QCFractal server - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} - miniforge-variant: Mambaforge - miniforge-version: latest activate-environment: qcarchive-server environment-file: qcarchive/qcarchivetesting/conda-envs/fulltest_server.yaml auto-activate-base: false @@ -72,11 +70,9 @@ jobs: # QCFractalCompute worker ################################################# - name: Configure conda for QCFractalCompute worker - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} - miniforge-variant: Mambaforge - miniforge-version: latest activate-environment: qcarchive-worker environment-file: qcarchive/qcarchivetesting/conda-envs/fulltest_worker.yaml auto-activate-base: false @@ -104,11 +100,9 @@ jobs: # QCPortal client ################################################# - name: Configure conda for the QCPortal client - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} - miniforge-variant: Mambaforge - miniforge-version: latest activate-environment: qcarchive-qcportal environment-file: qcarchive/qcarchivetesting/conda-envs/fulltest_qcportal.yaml auto-activate-base: false diff --git a/.github/workflows/full_tests_snowflake.yml b/.github/workflows/full_tests_snowflake.yml index 44e5a47e5..9b6a0138b 100644 --- a/.github/workflows/full_tests_snowflake.yml +++ b/.github/workflows/full_tests_snowflake.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} @@ -34,11 +34,9 @@ jobs: fetch-depth: 0 - name: Configure conda for the snowflake - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} - miniforge-variant: Mambaforge - miniforge-version: latest activate-environment: qcarchive-snowflake environment-file: qcarchivetesting/conda-envs/fulltest_snowflake.yaml auto-activate-base: false