diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5c5c4d4..4017b3a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: node-version: 16 cache: npm - run: npm ci - - uses: azure/login@v1 + - uses: azure/login@v2 with: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Run Azure Functions Action