diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9398bc24..a895b0fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: with: fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 name: Install Python with: python-version: ${{ matrix.python }} @@ -133,7 +133,7 @@ jobs: with: fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 name: Install Python with: python-version: ${{ matrix.python }} @@ -188,7 +188,7 @@ jobs: with: fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 name: Install Python with: python-version: ${{ matrix.python }} @@ -221,7 +221,7 @@ jobs: with: fetch-depth: "0" # 0=all, needed for setuptools-scm to resolve version tags - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v4 name: Install Python with: python-version: "3.7" @@ -244,7 +244,7 @@ jobs: runs-on: ubuntu-latest if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v') steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 with: name: artifact path: dist @@ -289,7 +289,7 @@ jobs: - name: Set up Docker Buildx id: buildx - uses: docker/setup-buildx-action@v1 + uses: docker/setup-buildx-action@v2 - name: Print image tag run: echo "Building image ${DOCKER_REPOSITORY}/${DOCKER_IMAGE_NAME}:${DOCKER_IMAGE_TAG}"