Browse Source

chore(deps): bump docker/login-action from 3.2.0 to 3.3.0 (#3729)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567)

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

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

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

@@ -119,7 +119,7 @@ jobs:
           version: v3.14.2 # remember to also update for the first job (lint-and-test)
           version: v3.14.2 # remember to also update for the first job (lint-and-test)
 
 
       - name: Login to GHCR
       - name: Login to GHCR
-        uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
+        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
         with:
         with:
           registry: ghcr.io
           registry: ghcr.io
           username: ${{ github.actor }}
           username: ${{ github.actor }}

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

@@ -80,7 +80,7 @@ jobs:
         run: git fetch --prune --unshallow
         run: git fetch --prune --unshallow
 
 
       - name: Login to Docker
       - name: Login to Docker
-        uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
+        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
         if: env.IS_FORK == 'false'
         if: env.IS_FORK == 'false'
         with:
         with:
           registry: ghcr.io
           registry: ghcr.io

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

@@ -86,7 +86,7 @@ jobs:
         run: go mod download
         run: go mod download
 
 
       - name: Login to Docker
       - name: Login to Docker
-        uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
+        uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
         with:
         with:
           registry: ghcr.io
           registry: ghcr.io
           username: ${{ secrets.GHCR_USERNAME }}
           username: ${{ secrets.GHCR_USERNAME }}