From fe55285230ac2cecb69a80f932f3fdb4e00a100b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 03:21:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/test.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.js.yml b/.github/workflows/test.js.yml index d928a1e8..96b1dded 100644 --- a/.github/workflows/test.js.yml +++ b/.github/workflows/test.js.yml @@ -14,7 +14,7 @@ jobs: node-version: [10.x, 11.x, 12.x, 13.x, 14.x, 15.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: