Skip to content

Commit 5299fa2

Browse files
ci(tools): update actions/create-github-app-token action to v3 (#657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6f169cc commit 5299fa2

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate token
2222
id: token
23-
uses: actions/create-github-app-token@v2
23+
uses: actions/create-github-app-token@v3
2424
with:
2525
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2626
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

.github/workflows/binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Generate token
2525
id: token
26-
uses: actions/create-github-app-token@v2
26+
uses: actions/create-github-app-token@v3
2727
with:
2828
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2929
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

.github/workflows/changes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Generate token
2323
if: github.event_name != 'pull_request'
2424
id: token
25-
uses: actions/create-github-app-token@v2
25+
uses: actions/create-github-app-token@v3
2626
with:
2727
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2828
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
@@ -74,7 +74,7 @@ jobs:
7474
- name: Generate token
7575
if: github.event_name != 'pull_request'
7676
id: token
77-
uses: actions/create-github-app-token@v2
77+
uses: actions/create-github-app-token@v3
7878
with:
7979
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
8080
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
@@ -126,7 +126,7 @@ jobs:
126126
- name: Generate token
127127
if: github.event_name != 'pull_request'
128128
id: token
129-
uses: actions/create-github-app-token@v2
129+
uses: actions/create-github-app-token@v3
130130
with:
131131
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
132132
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

.github/workflows/flake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Generate token
1919
id: token
20-
uses: actions/create-github-app-token@v2
20+
uses: actions/create-github-app-token@v3
2121
with:
2222
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2323
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Generate token
2424
id: token
25-
uses: actions/create-github-app-token@v2
25+
uses: actions/create-github-app-token@v3
2626
with:
2727
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2828
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Generate token
1919
id: token
20-
uses: actions/create-github-app-token@v2
20+
uses: actions/create-github-app-token@v3
2121
with:
2222
app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
2323
private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}

0 commit comments

Comments
 (0)