From b87593f51421dab413f00c217637a444ab7f55ed Mon Sep 17 00:00:00 2001 From: "dependa-jr[bot]" <171952447+dependa-jr[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 20:12:17 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20docker/login-act?= =?UTF-8?q?ion=20action=20(=20v2=20=E2=86=92=20v3=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------- | ---- | -- | | github-tags | docker/login-action | v2 | v3 | --- .github/workflows/charts-publish-oci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-publish-oci.yaml b/.github/workflows/charts-publish-oci.yaml index fd9edf1..5d50608 100644 --- a/.github/workflows/charts-publish-oci.yaml +++ b/.github/workflows/charts-publish-oci.yaml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}