diff --git a/.github/workflows/clean-acr.yml b/.github/workflows/clean-acr.yml index edf47a6143..a2654e629a 100644 --- a/.github/workflows/clean-acr.yml +++ b/.github/workflows/clean-acr.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Azure Login - uses: azure/login@v1 + uses: azure/login@v2 with: creds: ${{ secrets.clean_acr }} - name: checkout repo content