From a22101e0bd1b716fca5480c275f9160163f2bc1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 01:41:10 -0400 Subject: [PATCH] chore(deps): bump Simek/yarn-lock-changes from 0.9.0 to 0.11.1 (#10195) Bumps [Simek/yarn-lock-changes](https://github.com/Simek/yarn-lock-changes) from 0.9.0 to 0.11.1. - [Release notes](https://github.com/Simek/yarn-lock-changes/releases) - [Commits](https://github.com/Simek/yarn-lock-changes/compare/v0.9.0...v0.11.1) --- updated-dependencies: - dependency-name: Simek/yarn-lock-changes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/yarn-lock-changes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yarn-lock-changes.yml b/.github/workflows/yarn-lock-changes.yml index 2c8e80e1f..61eaf42be 100644 --- a/.github/workflows/yarn-lock-changes.yml +++ b/.github/workflows/yarn-lock-changes.yml @@ -12,6 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Yarn Lock Changes - uses: Simek/yarn-lock-changes@v0.9.0 + uses: Simek/yarn-lock-changes@v0.11.1 with: token: ${{ secrets.GITHUB_TOKEN }}