Skip to content

Commit 29be1e1

Browse files
chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0 (#158)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2624adf commit 29be1e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/project-automation.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- name: Generate a token
2020
id: generate_token
21-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
21+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
2222
with:
2323
client-id: ${{ secrets.app-client-id }}
2424
private-key: ${{ secrets.app-private-key }}
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- name: Generate a token
3636
id: generate_token
37-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
37+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
3838
with:
3939
client-id: ${{ secrets.app-client-id }}
4040
private-key: ${{ secrets.app-private-key }}
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- name: Generate a token
5555
id: generate_token
56-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
56+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
5757
with:
5858
client-id: ${{ secrets.app-client-id }}
5959
private-key: ${{ secrets.app-private-key }}

0 commit comments

Comments
 (0)