Skip to content

Commit

Permalink
build: update actions/checkout action to v3 (#48337)
Browse files Browse the repository at this point in the history
See associated pull request for more information.

PR Close #48337
  • Loading branch information
angular-robot authored and devversion committed Dec 3, 2022
1 parent d1a501e commit 09fe75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aio-preview-build.yml
Expand Up @@ -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@722adc63f1aa60a57ec37892e133b1d319cae598 # tag=v2.0.0
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
- uses: ./.github/actions/yarn-install

- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@3bc93449e11b733260d0294305bf57240d7e0a81
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/aio-preview-deploy.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # tag=v2
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: angular/dev-infra/github-actions/deploy-previews/upload-artifacts-to-firebase@3bc93449e11b733260d0294305bf57240d7e0a81
with:
github-token: '${{secrets.GITHUB_TOKEN}}'
Expand Down

0 comments on commit 09fe75d

Please sign in to comment.