File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
assistant_to_the_branch_manager :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
16
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
17
17
with :
18
18
persist-credentials : false
19
19
- uses : angular/dev-infra/github-actions/branch-manager@ad327ca5766ef5dbf071a37056cee034bee258cd
Original file line number Diff line number Diff line change 96
96
matrix :
97
97
version : [18]
98
98
steps :
99
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
99
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
100
100
with :
101
101
persist-credentials : false
102
102
- uses : actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
labels :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
15
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
16
16
- uses : angular/dev-infra/github-actions/commit-message-based-labels@ad327ca5766ef5dbf071a37056cee034bee258cd
17
17
with :
18
18
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
19
19
post_approval_changes :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6 .0
22
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
23
23
- uses : angular/dev-infra/github-actions/post-approval-changes@ad327ca5766ef5dbf071a37056cee034bee258cd
24
24
with :
25
25
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments