From d18c6a345b22e7269bbbfa2e0cff6fa6ed12ce90 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Thu, 26 Sep 2024 14:45:33 -0400 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 5c605a9f..1256f968 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -98,7 +98,7 @@ jobs: node-version: "16.7" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Node.js ${{ matrix.node-version }} shell: bash -eo pipefail -l {0}