From d0361ae8cc35f0417c37a95276f6568a97c48050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:53:19 +0000 Subject: [PATCH] chore: bump peter-evans/create-pull-request in the github_actions group Bumps the github_actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 7.0.1 to 7.0.3 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.1...v7.0.3) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github_actions ... Signed-off-by: dependabot[bot] --- .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 bdc7a1fb..75566048 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@v7.0.1 + uses: peter-evans/create-pull-request@v7.0.3 with: token: ${{ secrets.TELCO_GITHUB_BOT_TOKEN }} commit-message: "chore: update charm libraries"