File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15
- - uses : angular/dev-infra/github-actions/commit-message-based-labels@f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8
15
+ - uses : angular/dev-infra/github-actions/commit-message-based-labels@fa61d03a603e04af2b66f3598f1af01da1e1cfb1
16
16
with :
17
17
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
18
18
post_approval_changes :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22
- - uses : angular/dev-infra/github-actions/post-approval-changes@f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8
22
+ - uses : angular/dev-infra/github-actions/post-approval-changes@fa61d03a603e04af2b66f3598f1af01da1e1cfb1
23
23
with :
24
24
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 11
11
lock_closed :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : angular/dev-infra/github-actions/lock-closed@f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8
14
+ - uses : angular/dev-infra/github-actions/lock-closed@fa61d03a603e04af2b66f3598f1af01da1e1cfb1
15
15
with :
16
16
lock-bot-key : ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments