From e4f51240342b488f858563cb1577be4bdff2a0bf Mon Sep 17 00:00:00 2001 From: Yu Ishikawa Date: Thu, 30 May 2024 22:19:34 +0900 Subject: [PATCH] Update README (#120) Signed-off-by: Yu Ishikawa --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f36ec7b..134044f 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,8 @@ jobs: name: runner / sqlfluff (github-check) runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: yu-iskw/action-sqlfluff@v3 + - uses: actions/checkout@v4 + - uses: yu-iskw/action-sqlfluff@v4 id: lint-sql with: github_token: ${{ secrets.github_token }}