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 2525 - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
2626 - uses : ./.github/actions/yarn-install
2727
28- - uses : angular/dev-infra/github-actions/setup-bazel-remote-exec@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
28+ - uses : angular/dev-infra/github-actions/setup-bazel-remote-exec@d98be19c2fb18239eb86145a2bc2f63728da636c
2929 with :
3030 bazelrc : ./.bazelrc.user
3131
3434 # the number of concurrent actions is determined based on the host resources.
3535 - run : bazel build //src/dev-app:web_package --symlink_prefix=dist/ --jobs=32
3636
37- - uses : angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
37+ - uses : angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@d98be19c2fb18239eb86145a2bc2f63728da636c
3838 with :
3939 workflow-artifact-name : ' dev-app'
4040 pull-number : ' ${{github.event.pull_request.number}}'
Original file line number Diff line number Diff line change 2222 if : ${{ github.event.workflow_run.conclusion == 'success' }}
2323 steps :
2424 - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
25- - uses : angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
25+ - uses : angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@d98be19c2fb18239eb86145a2bc2f63728da636c
2626 with :
2727 github-token : ' ${{secrets.GITHUB_TOKEN}}'
2828 workflow-artifact-name : ' dev-app'
You can’t perform that action at this time.
0 commit comments