From 5c8f4dbf1be33c8b68632b00646ee9d71691c7f7 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Thu, 17 Sep 2020 23:17:17 +0900 Subject: [PATCH] ci: pin v0.8.3 [skip ci] --- .github/workflows/suggest-related-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/suggest-related-links.yml b/.github/workflows/suggest-related-links.yml index 2a606f9..b907aba 100644 --- a/.github/workflows/suggest-related-links.yml +++ b/.github/workflows/suggest-related-links.yml @@ -13,6 +13,6 @@ jobs: action: runs-on: ubuntu-18.04 steps: - - uses: peaceiris/actions-suggest-related-links@v0.8.2 + - uses: peaceiris/actions-suggest-related-links@v0.8.3 with: repository: 'peaceiris/actions-gh-pages'