diff --git a/.github/workflows/rc_rebuild.yml b/.github/workflows/rc_rebuild.yml index 77ce5b12..a799282e 100644 --- a/.github/workflows/rc_rebuild.yml +++ b/.github/workflows/rc_rebuild.yml @@ -87,7 +87,7 @@ jobs: - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}