diff --git a/.github/workflows/api-ci.yml b/.github/workflows/api-ci.yml index ff7ee20..2f4bdf6 100644 --- a/.github/workflows/api-ci.yml +++ b/.github/workflows/api-ci.yml @@ -25,7 +25,7 @@ jobs: ${{ runner.os }}-api-buildx- - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/bot-ci.yml b/.github/workflows/bot-ci.yml index a5bca53..569da48 100644 --- a/.github/workflows/bot-ci.yml +++ b/.github/workflows/bot-ci.yml @@ -25,7 +25,7 @@ jobs: ${{ runner.os }}-bot-buildx- - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}