Skip to content

Commit 4902eca

Browse files
chore(deps): bump actions/create-github-app-token from 2 to 3
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8ffa06 commit 4902eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/plan-and-apply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Generate a token with permission to manage members/teams of the org
5454
id: generate-token
55-
uses: actions/create-github-app-token@v2
55+
uses: actions/create-github-app-token@v3
5656
with:
5757
app-id: ${{ vars.APP_ID }}
5858
private-key: ${{ secrets.APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)