From c59138cb9c46d2f3a5c00d1c59ff0228ed193ba4 Mon Sep 17 00:00:00 2001 From: Ahmad Nassri Date: Wed, 10 Nov 2021 19:36:51 -0500 Subject: [PATCH] chore(template): sync with ahmadnassri/template-node-lib --- .github/workflows/pull_request_target.yml | 4 ++-- .pandoc.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request_target.yml b/.github/workflows/pull_request_target.yml index 060563d..32bde6a 100644 --- a/.github/workflows/pull_request_target.yml +++ b/.github/workflows/pull_request_target.yml @@ -18,7 +18,7 @@ jobs: repository: ${{ steps.metadata.outputs.repository }} steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - uses: ahmadnassri/action-metadata@v1 id: metadata @@ -70,7 +70,7 @@ jobs: if: ${{ fromJSON(needs.metadata.outputs.repository).is_template }} steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 with: ref: ${{ github.event.pull_request.head.ref }} - uses: ahmadnassri/action-workflow-queue@v1.1 diff --git a/.pandoc.yml b/.pandoc.yml index 6a19a92..c9b9548 100644 --- a/.pandoc.yml +++ b/.pandoc.yml @@ -1,5 +1,5 @@ # ----------------------------------------------- # -# Note: this file originates in template-node-lib # +# Note: this file originates in template-template # # ----------------------------------------------- # input-file: docs/README.md