Răsfoiți Sursa

Bump docker/login-action from 3 to 4 (#3638)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 lună în urmă
părinte
comite
2c565e6f24

+ 1 - 1
.github/workflows/build-and-publish-release.yml

@@ -94,7 +94,7 @@ jobs:
           release_version: ${{ steps.version_number.outputs.RELEASE_VERSION }}
           release_version: ${{ steps.version_number.outputs.RELEASE_VERSION }}
 
 
       - name: Log into registry ${{ env.REGISTRY }}
       - name: Log into registry ${{ env.REGISTRY }}
-        uses: docker/login-action@v3
+        uses: docker/login-action@v4
         with:
         with:
             registry: ${{ env.REGISTRY }}
             registry: ${{ env.REGISTRY }}
             username: ${{ github.actor }}
             username: ${{ github.actor }}

+ 1 - 1
.github/workflows/integration-testing.yaml

@@ -101,7 +101,7 @@ jobs:
                     fi
                     fi
 
 
           - name: Log into ghcr.io
           - name: Log into ghcr.io
-            uses: docker/login-action@v3
+            uses: docker/login-action@v4
             with:
             with:
               registry: ghcr.io
               registry: ghcr.io
               username: ${{ github.actor }}
               username: ${{ github.actor }}