From 317431135d48d65a504bf95490e79c35a4cd98be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Mar 2024 07:53:51 +0000 Subject: [PATCH] Bump docker/login-action in /.github/actions/setup-gear 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/actions/setup-gear/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-gear/action.yaml b/.github/actions/setup-gear/action.yaml index 7623875c..c28ab777 100644 --- a/.github/actions/setup-gear/action.yaml +++ b/.github/actions/setup-gear/action.yaml @@ -26,7 +26,7 @@ runs: load: true cache-from: type=gha,scope=stack/gear/${{ inputs.devenv }} cache-to: type=gha,mode=max,scope=stack/gear/${{ inputs.devenv }} - - uses: docker/login-action@v3.0.0 + - uses: docker/login-action@v3.1.0 with: registry: ghcr.io username: ${{ github.actor }}