diff --git a/.github/workflows/continuous_delivery.yml b/.github/workflows/continuous_delivery.yml index cba224ee..7f66f143 100644 --- a/.github/workflows/continuous_delivery.yml +++ b/.github/workflows/continuous_delivery.yml @@ -17,7 +17,7 @@ jobs: - name: Checkout source code uses: actions/checkout@v4 - name: Log in to Docker Hub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}