From c097e0d65fdd577c4a4c2231c2c8474e3eb5747b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 17:22:57 +0000 Subject: [PATCH] Bump docker/login-action from 2.1.0 to 3.0.0 (#245) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 7ed2fb9..abca6b4 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -35,7 +35,7 @@ jobs: with: install: true - name: Log in to GHCR - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.0.0 with: registry: ghcr.io username: ${{ github.actor }}