diff --git a/.github/workflows/canary-push.yml b/.github/workflows/canary-push.yml index a4a2bfe..05858c6 100644 --- a/.github/workflows/canary-push.yml +++ b/.github/workflows/canary-push.yml @@ -19,7 +19,7 @@ jobs: run: docker compose build - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/push-and-deploy.yml b/.github/workflows/push-and-deploy.yml index 0011622..73ed710 100644 --- a/.github/workflows/push-and-deploy.yml +++ b/.github/workflows/push-and-deploy.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - name: Login to DockerHub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}