diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index 032a3e3b3..1db129951 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -56,7 +56,7 @@ jobs: ref: ${{ github.ref }} - name: Azure Container Registry login - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ secrets.AZURE_ACR_CLIENTID }} password: ${{ secrets.AZURE_ACR_SECRET }} diff --git a/.github/workflows/continuous-integration-dotnet.yml b/.github/workflows/continuous-integration-dotnet.yml index 3806a1e6c..355a9b3e7 100644 --- a/.github/workflows/continuous-integration-dotnet.yml +++ b/.github/workflows/continuous-integration-dotnet.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 # Shallow clones disabled for a better relevancy of SC analysis - name: Login to GitHub Container Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ${{ github.actor }}