diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 865d5a1..f5a7b87 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -52,7 +52,7 @@ jobs: fetch-depth: 0 - name: Login to DockerHub if: needs.semantic-release.outputs.new_release_published == 'true' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}