From 042408f264736e3aee7c1a1be5b42098fb695828 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:00:06 +0000 Subject: [PATCH] Bump peter-murray/workflow-application-token-action from 2.1.0 to 4.0.0 Bumps [peter-murray/workflow-application-token-action](https://github.com/peter-murray/workflow-application-token-action) from 2.1.0 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/8e1ba3bf1619726336414f1014e37f17fbadf1db...58b3888612acacfd36d15e0806fb5eab6e8c73a4) --- 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/update-dotnet-sdk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-dotnet-sdk.yml b/.github/workflows/update-dotnet-sdk.yml index 4855e7c2..317ed925 100644 --- a/.github/workflows/update-dotnet-sdk.yml +++ b/.github/workflows/update-dotnet-sdk.yml @@ -188,7 +188,7 @@ jobs: - name: Generate GitHub application token id: generate-application-token if: steps.validate-secrets.outputs.result == 'true' - uses: peter-murray/workflow-application-token-action@8e1ba3bf1619726336414f1014e37f17fbadf1db # v2.1.0 + uses: peter-murray/workflow-application-token-action@58b3888612acacfd36d15e0806fb5eab6e8c73a4 # v4.0.0 with: application_id: ${{ secrets.application-id }} application_private_key: ${{ secrets.application-private-key }}