From 7bba30322134385364ba3f5509e00a4e1b1e2591 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Sat, 10 Dec 2022 22:22:40 +0900 Subject: [PATCH] docs: update actions/checkout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6f9d41..dce1713 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ jobs: name: npm audit runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: install dependencies run: npm ci - uses: oke-py/npm-audit-action@v2