diff --git a/.github/workflows/directory.yml b/.github/workflows/directory.yml index e8c7137f5..dacfb3c56 100644 --- a/.github/workflows/directory.yml +++ b/.github/workflows/directory.yml @@ -48,7 +48,7 @@ jobs: - name: Login to Container Registry if: github.event_name == 'push' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.CONTAINER_REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 5df5a2453..51bd38adc 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -36,7 +36,7 @@ jobs: - name: Log in to the Container registry if: github.event_name == 'push' - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.CONTAINER_REGISTRY }} username: ${{ github.actor }}