From 246c757c7f4865a3f71a8124b56a2ba7ca9b6c60 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 21 Oct 2020 20:15:20 +0300 Subject: [PATCH] build: update `lock-closed` GitHub action to latest version (#39371) This commit updates the version of the `dev-infra/lock-closed` GitHub action to the latest version, that includes the fix from angular/dev-infra#80. PR Close #39371 --- .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 4a299ed902..d986088b6d 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@414834b2b24dd2df37c6ed00808387ee6fd91b66 + - uses: angular/dev-infra/github-actions/lock-closed@0fc6f4d839e93312ed0dd9a2be88d4c11e947a0b with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}