Skip to content

Commit 3d79e92

Browse files
chore(deps): update actions/create-github-app-token action to v1.11.1
1 parent 1d9c580 commit 3d79e92

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/auto-rebase.yml

+1-1
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/[email protected].0
16+
- uses: actions/[email protected].1
1717
id: generate-token
1818
with:
1919
app-id: ${{ secrets.APP_ID }}

.github/workflows/release.yml

+1-1
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/[email protected].0
17+
- uses: actions/[email protected].1
1818
id: generate_token
1919
with:
2020
app-id: ${{ secrets.APP_ID }}

.github/workflows/update-deps.yml

+2-2
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/[email protected].0
65+
- uses: actions/[email protected].1
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/[email protected].0
72+
- uses: actions/[email protected].1
7373
if: fromJSON(steps.needs_pr.outputs.did_change)
7474
id: generate_pr_approval_token
7575
with:

0 commit comments

Comments
 (0)