diff --git a/.github/workflows/docker-build-and-push.yaml b/.github/workflows/docker-build-and-push.yaml index 4c8a65c..279ac1f 100644 --- a/.github/workflows/docker-build-and-push.yaml +++ b/.github/workflows/docker-build-and-push.yaml @@ -24,9 +24,9 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: - github-server-url: https://chef.heaplab.deib.polimi.it/git/ + github-server-url: https://chef.heaplab.deib.polimi.it/git - name: Build Docker image run: |