diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f89f79..5475c23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: run: echo "is_private=${{ github.event.repository.private }}" >> $GITHUB_ENV - name: Log in to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}