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 }}