From d1b63b35ace651ee8d4f14649a9852de1c787bc0 Mon Sep 17 00:00:00 2001 From: Kevin Deldycke Date: Mon, 18 Mar 2024 15:36:02 +0100 Subject: [PATCH] Use latest action --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ed2d12c31..bed806c63 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -371,7 +371,7 @@ jobs: fetch-depth: 0 - name: Sync from template repo id: template_sync - uses: AndreasAugustin/actions-template-sync@v1.9.0 + uses: AndreasAugustin/actions-template-sync@v2.0.0 with: github_token: ${{ secrets.WORKFLOW_UPDATE_GITHUB_PAT || secrets.GITHUB_TOKEN }} source_repo_path: kdeldycke/awesome-template