From e8741264b97d0a1284ad5d92aab59d215c53b61a Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 20 Jul 2021 18:06:53 +0800 Subject: [PATCH] chore: update suggest-related-links.yml --- .github/workflows/suggest-related-links.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/suggest-related-links.yml b/.github/workflows/suggest-related-links.yml index 2b3677e990..8156e335d0 100644 --- a/.github/workflows/suggest-related-links.yml +++ b/.github/workflows/suggest-related-links.yml @@ -21,12 +21,12 @@ jobs: restore-keys: | ${{ runner.os }}-action- - - uses: peaceiris/actions-suggest-related-links@v1 - - uses: peaceiris/actions-suggest-related-links/models/fasttext@v1 + - uses: peaceiris/actions-suggest-related-links@main + - uses: peaceiris/actions-suggest-related-links/models/fasttext@main if: github.event_name == 'issues' with: - version: v1 - - uses: peaceiris/actions-suggest-related-links@v1 + version: main + - uses: peaceiris/actions-suggest-related-links@main with: mode: 'suggest' repository: 'peaceiris/actions-gh-pages'