From 5e0847a1d172858c51e96b89682476e0b6039aed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:07:31 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 1.10.3 to 1.10.4 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.10.3 to 1.10.4. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1.10.3...v1.10.4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template.yaml b/.github/workflows/template.yaml index aa72304a..a0b1f5d5 100644 --- a/.github/workflows/template.yaml +++ b/.github/workflows/template.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - id: orgbot - uses: actions/create-github-app-token@v1.10.3 + uses: actions/create-github-app-token@v1.10.4 with: app-id: ${{ secrets.ORGBOT_APP_ID }} private-key: ${{ secrets.ORGBOT_PRIVATE_KEY }}