From b49d76922297007fee4dab9046a6bce7046e50e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:38:07 +0000 Subject: [PATCH] Bump peter-murray/workflow-application-token-action from 3 to 4 Bumps [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) from 3 to 4. - [Release notes](https://github.com/peter-murray/workflow-application-token-action/releases) - [Commits](https://github.com/peter-murray/workflow-application-token-action/compare/v3...v4) --- 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/evergreen.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/evergreen.yaml b/.github/workflows/evergreen.yaml index e8b7e30..9910996 100644 --- a/.github/workflows/evergreen.yaml +++ b/.github/workflows/evergreen.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Generate GitHub application token id: generate-token - uses: peter-murray/workflow-application-token-action@v3 + uses: peter-murray/workflow-application-token-action@v4 with: application_id: ${{ secrets.GH_APPLICATION_ID }} application_private_key: ${{ secrets.GH_APPLICATION_PRIVATE_KEY }}