From 90cec40cce7e17ee71af7801cd933f6460a1c600 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 27 Aug 2020 10:33:01 -0700 Subject: [PATCH] build: bump to lastest sha of angular/dev-infra's lock-closed action (#38615) Update to the latest lock-closed action to fix the link which is used. PR Close #38615 --- .github/workflows/lock-closed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 4b88f003a7..4a299ed902 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -10,6 +10,6 @@ jobs: if: github.repository == 'angular/angular' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/lock-closed@66462f6 + - uses: angular/dev-infra/github-actions/lock-closed@414834b2b24dd2df37c6ed00808387ee6fd91b66 with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}