From c31cea37f9a082e9b3032c07afb3ef4cd8faf8f1 Mon Sep 17 00:00:00 2001 From: CaerusKaru Date: Thu, 12 Nov 2020 01:41:17 -0600 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 61a20290c..a52a158db 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -9,7 +9,7 @@ jobs: lock_closed: runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/lock-closed@c0ac60d + - uses: angular/dev-infra/github-actions/lock-closed@0fc6f4d839e93312ed0dd9a2be88d4c11e947a0b with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} locks-per-execution: 100