From 391c8443f2e0dc55c2015c765dcb0774d0c47cf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 22:03:38 +0000 Subject: [PATCH] chore(deps): bump Simek/yarn-lock-changes from 0.11.1 to 0.11.2 (#13213) Bumps [Simek/yarn-lock-changes](https://github.com/simek/yarn-lock-changes) from 0.11.1 to 0.11.2. - [Release notes](https://github.com/simek/yarn-lock-changes/releases) - [Commits](https://github.com/simek/yarn-lock-changes/compare/v0.11.1...v0.11.2) --- updated-dependencies: - dependency-name: Simek/yarn-lock-changes dependency-type: direct:production update-type: version-update:semver-patch ... 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 1e7b27b47..29173cde3 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 }}