From 765b9d19eeca9183795115948c45f1ebc1f48cba Mon Sep 17 00:00:00 2001 From: iganari Date: Thu, 8 Aug 2024 18:45:53 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions=20=E3=81=AE=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 324f052..024794c 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -39,7 +39,7 @@ jobs: path: 'public' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 - name: Slack Notification if: ${{ success() }} uses: rtCamp/action-slack-notify@v2