Skip to content

Commit 484aa86

Browse files
josephperrottalan-agius4
authored andcommitted
build: update dev-infra actions to 649c3afeaa46674507b9625537e49de54a695e2b
Updates the dev-infra action pin to the latest merge commit to resolve the retired Gemini model 404 failure.
1 parent 6f0fadf commit 484aa86

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dev-infra.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ jobs:
1515
if: github.event_name == 'pull_request_target'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: angular/dev-infra/github-actions/labeling/pull-request@ba726e7bca0b08b125ccc6f93c233749e1213c17
18+
- uses: angular/dev-infra/github-actions/labeling/pull-request@649c3afeaa46674507b9625537e49de54a695e2b
1919
with:
2020
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2121
post_approval_changes:
2222
if: github.event_name == 'pull_request_target'
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: angular/dev-infra/github-actions/post-approval-changes@ba726e7bca0b08b125ccc6f93c233749e1213c17
25+
- uses: angular/dev-infra/github-actions/post-approval-changes@649c3afeaa46674507b9625537e49de54a695e2b
2626
with:
2727
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2828
issue_labels:
2929
if: github.event_name == 'issues'
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: angular/dev-infra/github-actions/labeling/issue@ba726e7bca0b08b125ccc6f93c233749e1213c17
32+
- uses: angular/dev-infra/github-actions/labeling/issue@649c3afeaa46674507b9625537e49de54a695e2b
3333
with:
3434
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
3535
google-generative-ai-key: ${{ secrets.GOOGLE_GENERATIVE_AI_KEY }}

0 commit comments

Comments
 (0)