From 258563b701171dcb4a484a8474ed909227608a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 23:44:31 +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-php.yaml | 2 +- .github/workflows/publish-newrelic-instrumentation-python.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish-images.yaml b/.github/workflows/publish-images.yaml index 1ca9e0c..bd46a3f 100644 --- a/.github/workflows/publish-images.yaml +++ b/.github/workflows/publish-images.yaml @@ -54,7 +54,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-php.yaml b/.github/workflows/publish-newrelic-instrumentation-php.yaml index 852b98e..7e2e781 100644 --- a/.github/workflows/publish-newrelic-instrumentation-php.yaml +++ b/.github/workflows/publish-newrelic-instrumentation-php.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 }}