Skip to content

Commit b92bbd5

Browse files
committed
build: update version of preview deploy actions (#26123)
(cherry picked from commit aee8205)
1 parent 2c14d33 commit b92bbd5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-dev-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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@eba7bac8f0c7afd20cf63d48de1942d06efd0972
28+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
2929
with:
3030
bazelrc: ./.bazelrc.user
3131

@@ -34,7 +34,7 @@ jobs:
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@eba7bac8f0c7afd20cf63d48de1942d06efd0972
37+
- uses: angular/dev-infra/github-actions/deploy-previews/pack-and-upload-artifact@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
3838
with:
3939
workflow-artifact-name: 'dev-app'
4040
pull-number: '${{github.event.pull_request.number}}'

.github/workflows/deploy-dev-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
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@eba7bac8f0c7afd20cf63d48de1942d06efd0972
25+
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@f1a26a04e1edb6d0f2cf239a4036fa67b062447c
2626
with:
2727
github-token: '${{secrets.GITHUB_TOKEN}}'
2828
workflow-artifact-name: 'dev-app'

0 commit comments

Comments
 (0)