From 199d82393c7624de44aeb156623eda801ef16e52 Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Thu, 10 Mar 2022 21:40:15 +0900 Subject: [PATCH] bump actions/chckout v3 in the example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c16d207..8b5f0ae 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ jobs: name: runner / stylelint runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: stylelint uses: reviewdog/action-stylelint@v1 with: