File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 assistant_to_the_branch_manager :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0 .2
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
1717 with :
1818 persist-credentials : false
1919 - uses : angular/dev-infra/github-actions/branch-manager@e4bf37af223483ce00f9316d227fd62cd744dc4b
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 labels :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0 .2
14+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
1515 - uses : angular/dev-infra/github-actions/commit-message-based-labels@e4bf37af223483ce00f9316d227fd62cd744dc4b
1616 with :
1717 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818 post_approval_changes :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0 .2
21+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
2222 - uses : angular/dev-infra/github-actions/post-approval-changes@e4bf37af223483ce00f9316d227fd62cd744dc4b
2323 with :
2424 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1212 trigger :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
15+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616 - uses : angular/dev-infra/github-actions/google-internal-tests@e4bf37af223483ce00f9316d227fd62cd744dc4b
1717 with :
1818 run-tests-guide-url : http://go/angular-material-presubmit
Original file line number Diff line number Diff line change 2525 runs-on : ubuntu-latest
2626 if : ${{ github.event.workflow_run.conclusion == 'success' }}
2727 steps :
28- - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
28+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929
3030 - name : Configure Firebase deploy target
3131 run : |
You can’t perform that action at this time.
0 commit comments