diff --git a/.github/workflows/yarn-lock-changes.yml b/.github/workflows/yarn-lock-changes.yml index 1e7b27b47bffd0..29173cde31c02e 100644 --- a/.github/workflows/yarn-lock-changes.yml +++ b/.github/workflows/yarn-lock-changes.yml @@ -17,6 +17,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Yarn Lock Changes - uses: Simek/yarn-lock-changes@v0.11.1 + uses: Simek/yarn-lock-changes@v0.11.2 with: token: ${{ secrets.GITHUB_TOKEN }}