From 7309f408c0970507e0ec12513b1c97e10582e981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 04:18:37 +0000 Subject: [PATCH] Bump peter-murray/workflow-application-token-action from 3.0.1 to 4.0.0 Bumps [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](https://github.com/peter-murray/workflow-application-token-action/compare/baa1ef2638c3d9e5967b7c8b86219f8fc919e1bb...8e4e6fbf6fcc8a272781d97597969d21b3812974) --- updated-dependencies: - dependency-name: peter-murray/workflow-application-token-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/approve-and-merge.yml | 2 +- .github/workflows/dependabot-approve.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/approve-and-merge.yml b/.github/workflows/approve-and-merge.yml index bb9bc3c..29f59a8 100644 --- a/.github/workflows/approve-and-merge.yml +++ b/.github/workflows/approve-and-merge.yml @@ -19,7 +19,7 @@ jobs: - name: Generate GitHub application token id: generate-application-token - uses: peter-murray/workflow-application-token-action@baa1ef2638c3d9e5967b7c8b86219f8fc919e1bb # v3.0.1 + uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974 # v4.0.0 with: application_id: ${{ secrets.REVIEWER_APPLICATION_ID }} application_private_key: ${{ secrets.REVIEWER_APPLICATION_PRIVATE_KEY }} diff --git a/.github/workflows/dependabot-approve.yml b/.github/workflows/dependabot-approve.yml index c905d2a..7d7b63a 100644 --- a/.github/workflows/dependabot-approve.yml +++ b/.github/workflows/dependabot-approve.yml @@ -18,7 +18,7 @@ jobs: - name: Generate GitHub application token id: generate-application-token - uses: peter-murray/workflow-application-token-action@baa1ef2638c3d9e5967b7c8b86219f8fc919e1bb # v3.0.1 + uses: peter-murray/workflow-application-token-action@8e4e6fbf6fcc8a272781d97597969d21b3812974 # v4.0.0 with: application_id: ${{ secrets.REVIEWER_APPLICATION_ID }} application_private_key: ${{ secrets.REVIEWER_APPLICATION_PRIVATE_KEY }}