From 8c437576db75338ef7563b0f1ada3d2a1a11771c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 04:43:57 +0900 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#36) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfaea45..8a5e32e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: node-version: [ 14, 16, 18 ] steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: