diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index 90588ac..5a164ca 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -53,7 +53,7 @@ jobs: ${{ runner.os }}-buildx- - name: Login to GitHub Package Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml b/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml index 98da467..3cc709a 100644 --- a/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-dotnet.yaml @@ -46,7 +46,7 @@ jobs: ${{ runner.os }}-buildx- - name: Login to GitHub Package Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/publish-newrelic-instrumentation-java.yaml b/.github/workflows/publish-newrelic-instrumentation-java.yaml index 8be1f73..6d499fa 100644 --- a/.github/workflows/publish-newrelic-instrumentation-java.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-java.yaml @@ -46,7 +46,7 @@ jobs: ${{ runner.os }}-buildx- - name: Login to GitHub Package Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml b/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml index 691a154..916efcd 100644 --- a/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-nodejs.yaml @@ -46,7 +46,7 @@ jobs: ${{ runner.os }}-buildx- - name: Login to GitHub Package Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/publish-newrelic-instrumentation-python.yaml b/.github/workflows/publish-newrelic-instrumentation-python.yaml index c65fe3f..5e8c62c 100644 --- a/.github/workflows/publish-newrelic-instrumentation-python.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-python.yaml @@ -46,7 +46,7 @@ jobs: ${{ runner.os }}-buildx- - name: Login to GitHub Package Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.repository_owner }}