From 7c24859cfbc6c9154ae0c7560fe21ecd25175b99 Mon Sep 17 00:00:00 2001 From: Michael Flanakin Date: Fri, 19 Jul 2024 04:26:36 -0700 Subject: [PATCH] Update wiki-sync action (#832) --- .github/workflows/wiki-sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wiki-sync.yml b/.github/workflows/wiki-sync.yml index 12d389eff..6d4f0ea5a 100644 --- a/.github/workflows/wiki-sync.yml +++ b/.github/workflows/wiki-sync.yml @@ -27,13 +27,13 @@ jobs: steps: - name: Checkout Source Repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: ${{ env.wiki_source_repo }} path: ${{ env.wiki_source_repo }} - name: Checkout Wiki Repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: ${{ env.wiki_target_repo }} path: ${{ env.wiki_target_repo }}