From 874ead4a1462b0c353e6f05bbe0ef3af39e17893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:06:05 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 1.9.1 to 1.9.3 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.9.1 to 1.9.3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1.9.1...v1.9.3) --- 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 58849701..271bf465 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.9.1 + uses: actions/create-github-app-token@v1.9.3 with: app-id: ${{ secrets.ORGBOT_APP_ID }} private-key: ${{ secrets.ORGBOT_PRIVATE_KEY }}