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 @@ -11,14 +11,14 @@ jobs:
11
11
labels :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0 .2
14
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
15
15
- uses : angular/dev-infra/github-actions/commit-message-based-labels@f89362d698858f9674463e48fde514b097a15838
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0 .2
21
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
22
22
- uses : angular/dev-infra/github-actions/post-approval-changes@f89362d698858f9674463e48fde514b097a15838
23
23
with :
24
24
angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 16
16
os : [macos-latest, ubuntu-latest]
17
17
runs-on : ${{ matrix.os }}
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
- name : Install Node.js
21
21
uses : actions/setup-node@v2
22
22
with :
You can’t perform that action at this time.
0 commit comments