Skip to content

build: update all non-major dependencies #14248

build: update all non-major dependencies

build: update all non-major dependencies #14248

Workflow file for this run

name: DevInfra
on:
pull_request_target:
types: [opened, synchronize, reopened]
# Declare default permissions as read only.
permissions:
contents: read
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: angular/dev-infra/github-actions/commit-message-based-labels@128f3277d17e083606346fcb85f3cd934e5bbe60
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: angular/dev-infra/github-actions/post-approval-changes@128f3277d17e083606346fcb85f3cd934e5bbe60
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}