Skip to content

Commit b0ee1a0

Browse files
ci: update to latest actions from angular/dev-infra (#998)
Update to latest commit
1 parent 6393ce8 commit b0ee1a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/adev-preview-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
common --color=yes
4646
- run: yarn install
4747
- run: yarn build
48-
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@53fb7c37cf14343f14ed79e2fefbbb2489ead4ee
48+
- uses: angular/dev-infra/github-actions/previews/pack-and-upload-artifact@06f921f45143638238432a624ff7bc14497be1ec
4949
with:
5050
workflow-artifact-name: 'adev-preview'
5151
pull-number: '${{ github.event.pull_request.number }}'

Diff for: .github/workflows/adev-preview-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{ github.event.workflow_run.conclusion == 'success' }}
3030
steps:
3131
- uses: actions/checkout@v4
32-
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@53fb7c37cf14343f14ed79e2fefbbb2489ead4ee
32+
- uses: angular/dev-infra/github-actions/previews/upload-artifacts-to-firebase@06f921f45143638238432a624ff7bc14497be1ec
3333
with:
3434
github-token: '${{secrets.GITHUB_TOKEN}}'
3535
workflow-artifact-name: 'adev-preview'

0 commit comments

Comments
 (0)