From 75a0ca07f0e3d90d55490904e76ad1d276fd498e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 07:59:55 -0500 Subject: [PATCH] chore: bump peter-evans/create-pull-request from 6.0.0 to 6.0.1 (#73) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-libs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-libs.yaml b/.github/workflows/update-libs.yaml index 2b160fe..3799145 100644 --- a/.github/workflows/update-libs.yaml +++ b/.github/workflows/update-libs.yaml @@ -39,7 +39,7 @@ jobs: CHARMCRAFT_AUTH: "${{ secrets.CHARMCRAFT_AUTH }}" - name: Create a PR for local changes - uses: peter-evans/create-pull-request@v6.0.0 + uses: peter-evans/create-pull-request@v6.0.1 with: token: ${{ secrets.TELCO_GITHUB_BOT_TOKEN }} commit-message: "chore: update charm libraries"