From 9765cc691bc9282d495245401c137e2e56d4edc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:27:07 +0800 Subject: [PATCH] Bump the actions group with 1 update (#221) Bumps the actions group with 1 update: [shenxianpeng/used-by](https://github.com/shenxianpeng/used-by). Updates `shenxianpeng/used-by` from 0.1.0 to 0.1.1 - [Release notes](https://github.com/shenxianpeng/used-by/releases) - [Commits](https://github.com/shenxianpeng/used-by/compare/v0.1.0...v0.1.1) --- updated-dependencies: - dependency-name: shenxianpeng/used-by dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/used-by.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/used-by.yml b/.github/workflows/used-by.yml index 272f05bc..8d40e7c0 100644 --- a/.github/workflows/used-by.yml +++ b/.github/workflows/used-by.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: shenxianpeng/used-by@v0.1.0 + - uses: shenxianpeng/used-by@v0.1.1 with: repo: '${{ github.repository }}' update-badge: 'true'