From d4919375bc51926e4dee3f6f84aed6cdfc6cbe9f Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 3 Dec 2022 23:53:42 -0500 Subject: [PATCH] build: actions/checkout@v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 195da3f..fe1acdd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: node-version: "19.2" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Node.js ${{ matrix.node-version }} shell: bash -eo pipefail -l {0}