File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
17
17
with :
18
18
persist-credentials : false
19
19
- uses : angular/dev-infra/github-actions/branch-manager@5293c189424a61f7255d8171e3d653f983404851
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
11
11
labels :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
14
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
15
15
- uses : angular/dev-infra/github-actions/pull-request-labeling@5293c189424a61f7255d8171e3d653f983404851
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
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
21
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
22
22
- uses : angular/dev-infra/github-actions/post-approval-changes@5293c189424a61f7255d8171e3d653f983404851
23
23
with :
24
24
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
if : ${{ github.event.workflow_run.conclusion == 'success' }}
31
31
steps :
32
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33
33
with :
34
34
token : ' ${{secrets.GITHUB_TOKEN}}'
35
35
Original file line number Diff line number Diff line change 12
12
trigger :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
15
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
16
16
- uses : angular/dev-infra/github-actions/google-internal-tests@5293c189424a61f7255d8171e3d653f983404851
17
17
with :
18
18
run-tests-guide-url : http://go/angular-material-presubmit
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
if : ${{ github.event.workflow_run.conclusion == 'success' }}
27
27
steps :
28
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0
28
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
29
29
30
30
- name : Configure Firebase deploy target
31
31
run : |
You can’t perform that action at this time.
0 commit comments