diff --git a/.github/workflows/sync-wiki.yml b/.github/workflows/sync-wiki.yml index f52ff83..fa0a883 100644 --- a/.github/workflows/sync-wiki.yml +++ b/.github/workflows/sync-wiki.yml @@ -18,7 +18,7 @@ jobs: if: github.event_name != 'gollum' steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Sync Repo Folder to Wiki # uses: newrelic/wiki-sync-action@main # with: @@ -36,7 +36,7 @@ jobs: if: github.event_name == 'gollum' steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Sync Repo Folder from Wiki uses: newrelic/wiki-sync-action@main with: