From 97984eae43ee99d95ab39e72d8bffa933a1427e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 08:54:34 +0000 Subject: [PATCH] Bump docker/login-action from 2 to 3 Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v2...v3) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-images.yaml | 2 +- .github/workflows/publish-newrelic-instrumentation-dotnet.yaml | 2 +- .github/workflows/publish-newrelic-instrumentation-java.yaml | 2 +- .github/workflows/publish-newrelic-instrumentation-nodejs.yaml | 2 +- .github/workflows/publish-newrelic-instrumentation-python.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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 }}