From b9a2fa98d08ac3ac1918c988a92d158059e60679 Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:32:28 +0900 Subject: [PATCH] chore(docs): Bump actions/checkout to v4 in the GitHub Actions example --- docs/github-action.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/github-action.md b/docs/github-action.md index be7566b..7ca474e 100644 --- a/docs/github-action.md +++ b/docs/github-action.md @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Check spelling of file.txt uses: crate-ci/typos@master