Skip to content

Commit a48547f

Browse files
chore(deps): bump actions/create-github-app-token from 1.12.0 to 2.0.2
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.12.0 to 2.0.2. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1.12.0...v2.0.2) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 60f6e96 commit a48547f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-infrastructure-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Generate token for writeback to pr
6060
id: generate_token
6161
# v1.5.1
62-
uses: actions/create-github-app-token@v1.12.0
62+
uses: actions/create-github-app-token@v2.0.2
6363
with:
6464
app-id: 172868
6565
private-key: ${{ secrets.write-back-app-pem }}

0 commit comments

Comments
 (0)