From 7f6cbe9fabef5828a41ec14cb3574348143a39f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 08:24:34 +0000 Subject: [PATCH] :arrow_up: Bump docker/login-action from v1.8.0 to v1.9.0 Bumps [docker/login-action](https://github.com/docker/login-action) from v1.8.0 to v1.9.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1.8.0...28218f9b04b4f3f62068d7b6ce6ca5b26e35336c) Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2bf7f3b..8a7e7bd 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -108,7 +108,7 @@ jobs: exit 1 fi - name: 🏗 Login to GitHub Container Registry - uses: docker/login-action@v1.8.0 + uses: docker/login-action@v1.9.0 with: registry: ghcr.io username: ${{ github.repository_owner }}