From b42542e15500fbd031e9e9179d3d9076e9a1e6da Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 May 2022 02:38:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index f249a6f..7049ebf 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -16,7 +16,7 @@ jobs: node: ['12', '14', '16'] steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 - name: Setup Node.js