From 3ec2166c22e76b82788a4e0cfa285c81ede8d9a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 10:01:38 -0500 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v6 (#54) Co-authored-by: renovate[bot] <29139614+renovate[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 b87c5f4..2b160fe 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@v5.0.2 + uses: peter-evans/create-pull-request@v6.0.0 with: token: ${{ secrets.TELCO_GITHUB_BOT_TOKEN }} commit-message: "chore: update charm libraries"