From 405e5e2c81368d7301773ba33b6b1afd750a3372 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 2 Jul 2024 15:14:32 +0000 Subject: [PATCH] chore(deps): update angular/dev-infra digest to 9432c0c --- .github/workflows/dev-infra.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index bab3927c8f..1e3b289fc7 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@f89362d698858f9674463e48fde514b097a15838 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@9432c0c96972fe953a5affc1f7b812613fae4b8c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@f89362d698858f9674463e48fde514b097a15838 + - uses: angular/dev-infra/github-actions/post-approval-changes@9432c0c96972fe953a5affc1f7b812613fae4b8c with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}