This repository was archived by the owner on Nov 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ jobs:
1111 labels :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 .0.2
14+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
1515 - uses : angular/dev-infra/github-actions/commit-message-based-labels@f89362d698858f9674463e48fde514b097a15838
1616 with :
1717 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818 post_approval_changes :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 .0.2
21+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
2222 - uses : angular/dev-infra/github-actions/post-approval-changes@f89362d698858f9674463e48fde514b097a15838
2323 with :
2424 angular-robot-key : ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
Original file line number Diff line number Diff line change 1616 os : [macos-latest, ubuntu-latest]
1717 runs-on : ${{ matrix.os }}
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v5
2020 - name : Install Node.js
21- uses : actions/setup-node@v2
21+ uses : actions/setup-node@v5
2222 with :
2323 node-version : 14.x
2424 - run : pnpm install
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : ' Checkout code'
27- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828 with :
2929 persist-credentials : false
3030
You can’t perform that action at this time.
0 commit comments