diff --git a/.github/workflows/build-ci.yml b/.github/workflows/build-ci.yml index 7699cea350c..477f7a95067 100644 --- a/.github/workflows/build-ci.yml +++ b/.github/workflows/build-ci.yml @@ -81,7 +81,7 @@ jobs: - name: Login to ghcr.io if: github.event_name != 'pull_request' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} @@ -175,7 +175,7 @@ jobs: - name: Login to ghcr.io if: github.event_name != 'pull_request' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/tag-base-images.yml b/.github/workflows/tag-base-images.yml index fb982554310..3722207e863 100644 --- a/.github/workflows/tag-base-images.yml +++ b/.github/workflows/tag-base-images.yml @@ -43,7 +43,7 @@ jobs: - name: Login to ghcr.io if: github.event_name != 'pull_request' - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}