From 3dd58cd4adb79d42c4d2375df1e6ed1d8b3c6955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 04:30:19 +0000 Subject: [PATCH] Bump docker/login-action from 3.0.0 to 3.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/addon.yaml | 2 +- .github/workflows/standalone.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/addon.yaml b/.github/workflows/addon.yaml index 57c799b..cdac316 100644 --- a/.github/workflows/addon.yaml +++ b/.github/workflows/addon.yaml @@ -26,7 +26,7 @@ jobs: path: ./${{ matrix.addon }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/standalone.yaml b/.github/workflows/standalone.yaml index 8afdfd7..70d1317 100644 --- a/.github/workflows/standalone.yaml +++ b/.github/workflows/standalone.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Login to GitHub Container Registry - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ github.repository_owner }}