Skip to content

Commit

Permalink
chore(deps): update actions/create-github-app-token action to v1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 28, 2024
1 parent 1d9c580 commit 3d79e92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: AutoRebase
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
id: generate-token
with:
app-id: ${{ secrets.APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
id: generate_token
with:
app-id: ${{ secrets.APP_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ jobs:
id: needs_pr
run: echo "did_change=${{ steps.get_current_commit.outputs.rev != steps.get_new_commit.outputs.rev }}" >> "$GITHUB_OUTPUT"

- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: fromJSON(steps.needs_pr.outputs.did_change)
id: generate_pr_token
with:
app-id: ${{ secrets.SQUAWK_BOT_APP_ID }}
private-key: ${{ secrets.SQUAWK_BOT_APP_PRIVATE_KEY }}

- uses: actions/[email protected].0
- uses: actions/[email protected].1
if: fromJSON(steps.needs_pr.outputs.did_change)
id: generate_pr_approval_token
with:
Expand Down

0 comments on commit 3d79e92

Please sign in to comment.