Skip to content

Commit e1e2aa2

Browse files
chore(deps): update actions/create-github-app-token action to v2.1.0
1 parent 96f6b39 commit e1e2aa2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/auto-rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: AutoRebase
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/create-github-app-token@v2.0.2
16+
- uses: actions/create-github-app-token@v2.1.0
1717
id: generate-token
1818
with:
1919
app-id: ${{ secrets.APP_ID }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
release:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/create-github-app-token@v2.0.2
17+
- uses: actions/create-github-app-token@v2.1.0
1818
id: generate_token
1919
with:
2020
app-id: ${{ secrets.APP_ID }}

.github/workflows/update-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ jobs:
6262
id: needs_pr
6363
run: echo "did_change=${{ steps.get_current_commit.outputs.rev != steps.get_new_commit.outputs.rev }}" >> "$GITHUB_OUTPUT"
6464

65-
- uses: actions/create-github-app-token@v2.0.2
65+
- uses: actions/create-github-app-token@v2.1.0
6666
if: fromJSON(steps.needs_pr.outputs.did_change)
6767
id: generate_pr_token
6868
with:
6969
app-id: ${{ secrets.SQUAWK_BOT_APP_ID }}
7070
private-key: ${{ secrets.SQUAWK_BOT_APP_PRIVATE_KEY }}
7171

72-
- uses: actions/create-github-app-token@v2.0.2
72+
- uses: actions/create-github-app-token@v2.1.0
7373
if: fromJSON(steps.needs_pr.outputs.did_change)
7474
id: generate_pr_approval_token
7575
with:

0 commit comments

Comments
 (0)