From e3402810cf838c1e2198c9b4507c64d2e181ed9b Mon Sep 17 00:00:00 2001 From: issei miyara Date: Tue, 20 Aug 2024 19:18:37 +0900 Subject: [PATCH] Update README.md actions/checkout@v2 is out of date, rewritten to actions/checkout@v4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19a5813..d782146 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: name: Slack Notification runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Slack Notification uses: rtCamp/action-slack-notify@v2 env: @@ -107,7 +107,7 @@ jobs: name: Slack Notification runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Slack Notification uses: rtCamp/action-slack-notify@v2 env: