mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update actions/checkout action to v5 (#63116)
See associated pull request for more information. PR Close #63116
This commit is contained in:
parent
1cf4d34c37
commit
2faed63fed
1 changed files with 1 additions and 1 deletions
2
.github/workflows/scorecard.yml
vendored
2
.github/workflows/scorecard.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: 'Checkout code'
|
||||
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue