From 12e0a7998d9e61d2abef21adca0609a482f39840 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 21 Oct 2020 20:28:26 +0300 Subject: [PATCH] build: update `lock-closed` GitHub action to latest version 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. --- .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 f415ade2d290..a3ef267cdc58 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -9,6 +9,6 @@ jobs: lock_closed: 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 }}