mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
build: update actions/checkout digest (#48336)
See associated pull request for more information. PR Close #48336
This commit is contained in:
parent
c3136d6723
commit
d1a501e65b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/aio-preview-build.yml
vendored
2
.github/workflows/aio-preview-build.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
(github.event.action == 'labeled' && github.event.label.name == 'test preview') ||
|
||||
(github.event.action == 'synchronize' && contains(github.event.pull_request.labels.*.name, 'test preview'))
|
||||
steps:
|
||||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
|
||||
- uses: actions/checkout@722adc63f1aa60a57ec37892e133b1d319cae598 # tag=v2.0.0
|
||||
- uses: ./.github/actions/yarn-install
|
||||
|
||||
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@3bc93449e11b733260d0294305bf57240d7e0a81
|
||||
|
|
|
|||
2
.github/workflows/aio-preview-deploy.yml
vendored
2
.github/workflows/aio-preview-deploy.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
steps:
|
||||
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2
|
||||
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2
|
||||
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@3bc93449e11b733260d0294305bf57240d7e0a81
|
||||
with:
|
||||
github-token: '${{secrets.GITHUB_TOKEN}}'
|
||||
|
|
|
|||
Loading…
Reference in a new issue