From 20b87391546fc5233480db6779e392195f2ca7b9 Mon Sep 17 00:00:00 2001 From: Mikhail Kumachev Date: Fri, 15 Dec 2023 20:49:58 +0100 Subject: [PATCH] chore: Bump jekyll-deploy-action version --- .github/workflows/github_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index 3e62538..a4de019 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -18,7 +18,7 @@ jobs: restore-keys: | ${{ runner.os }}-gems- - - uses: jeffreytse/jekyll-deploy-action@v0.4.0 + - uses: jeffreytse/jekyll-deploy-action@v0.5.0 with: provider: 'github' token: ${{ secrets.GITHUB_TOKEN }}