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@2a04da0754b050fb17d6cfc4a4b4fa8b5575ea86
15
+ - uses : angular/dev-infra/github-actions/commit-message-based-labels@7d103b83a07f132629592fc9918ce17d42a5e382
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@2a04da0754b050fb17d6cfc4a4b4fa8b5575ea86
22
+ - uses : angular/dev-infra/github-actions/post-approval-changes@7d103b83a07f132629592fc9918ce17d42a5e382
23
23
with :
24
24
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 10
10
if : github.repository == 'angular/vscode-ng-language-service'
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : angular/dev-infra/github-actions/lock-closed@2a04da0754b050fb17d6cfc4a4b4fa8b5575ea86
13
+ - uses : angular/dev-infra/github-actions/lock-closed@7d103b83a07f132629592fc9918ce17d42a5e382
14
14
with :
15
15
lock-bot-key : ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments