diff --git a/.github/workflows/CI-models.yml b/.github/workflows/CI-models.yml index df2ef61b0..cc7b41b91 100644 --- a/.github/workflows/CI-models.yml +++ b/.github/workflows/CI-models.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -51,7 +51,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Set up Python ${{ matrix.python-version }} -# uses: actions/setup-python@v4 +# uses: actions/setup-python@v5 # with: # python-version: ${{ matrix.python-version }} # - name: Install dependencies @@ -75,7 +75,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -99,7 +99,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Set up Python ${{ matrix.python-version }} -# uses: actions/setup-python@v4 +# uses: actions/setup-python@v5 # with: # python-version: ${{ matrix.python-version }} # - name: Install dependencies @@ -124,7 +124,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -150,7 +150,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Set up Python ${{ matrix.python-version }} -# uses: actions/setup-python@v4 +# uses: actions/setup-python@v5 # with: # python-version: ${{ matrix.python-version }} # - name: Install dependencies diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 01b5047ec..fe3db7dd3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -62,7 +62,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Set up Python ${{ matrix.python-version }} -# uses: actions/setup-python@v4 +# uses: actions/setup-python@v5 # with: # python-version: ${{ matrix.python-version }} # - name: Install dependencies @@ -96,7 +96,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -128,7 +128,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Set up Python ${{ matrix.python-version }} -# uses: actions/setup-python@v4 +# uses: actions/setup-python@v5 # with: # python-version: ${{ matrix.python-version }} # - name: Install dependencies @@ -163,7 +163,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Set up Python ${{ matrix.python-version }} -# uses: actions/setup-python@v4 +# uses: actions/setup-python@v5 # with: # python-version: ${{ matrix.python-version }} # - name: Install dependencies @@ -199,7 +199,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Set up Python ${{ matrix.python-version }} -# uses: actions/setup-python@v4 +# uses: actions/setup-python@v5 # with: # python-version: ${{ matrix.python-version }} # - name: Install dependencies