diff --git a/.github/workflows/compatibility_tests.yml b/.github/workflows/compatibility_tests.yml index 1da6df516..9d7b0dace 100644 --- a/.github/workflows/compatibility_tests.yml +++ b/.github/workflows/compatibility_tests.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Build docker image @@ -56,7 +56,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Cache env vars diff --git a/.github/workflows/push_tests.yml b/.github/workflows/push_tests.yml index 0f972225b..a2463c0c0 100644 --- a/.github/workflows/push_tests.yml +++ b/.github/workflows/push_tests.yml @@ -18,7 +18,7 @@ jobs: - run: | git fetch --depth=1 origin +${{github.base_ref}} - name: Set up Python 3.7 - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.7 - name: Node cache @@ -47,7 +47,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python 3.7 - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.7 - name: Python cache @@ -78,7 +78,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Set up Python 3.7 - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: 3.7 - name: Python cache @@ -109,7 +109,7 @@ jobs: # steps: # - uses: actions/checkout@v2 # - name: Set up Python 3.7 - # uses: actions/setup-python@v1 + # uses: actions/setup-python@v4 # with: # python-version: 3.7 # - name: Python cache