Browse Source

chore(deps): bump docker/login-action from 2 to 3 (#2708)

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 2 years ago
parent
commit
aa6be5883e
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/publish.yml
  2. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/publish.yml

@@ -94,7 +94,7 @@ jobs:
           key: ${{ runner.os }}-mod-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
 
       - name: Login to Docker
-        uses: docker/login-action@v2
+        uses: docker/login-action@v3
         if: env.IS_FORK == 'false'
         with:
           registry: ghcr.io

+ 1 - 1
.github/workflows/release.yml

@@ -104,7 +104,7 @@ jobs:
           key: ${{ runner.os }}-mod-${{ github.sha }}-${{ hashFiles('**/go.sum') }}
 
       - name: Login to Docker
-        uses: docker/login-action@v2
+        uses: docker/login-action@v3
         with:
           registry: ghcr.io
           username: ${{ secrets.GHCR_USERNAME }}