Skip to content

Commit 9e92bdd

Browse files
authored
Merge pull request #36 from the-turing-way/dependabot/github_actions/actions/create-github-app-token-3
chore(deps): bump actions/create-github-app-token from 2 to 3
2 parents e8ffa06 + 4902eca commit 9e92bdd

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)