From 442fd467992992558806da8da07e945838712587 Mon Sep 17 00:00:00 2001 From: Abdul Rauf Date: Wed, 19 Oct 2022 18:05:06 +0500 Subject: [PATCH] build: actions/checkout@v3 closes #5027 --- .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 868525a4b1..b6a2879603 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: node-version: "18.12" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Node.js ${{ matrix.node-version }} shell: bash -eo pipefail -l {0}