From d93caef8105eba67815c5710d669bcdbc2814733 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 01:22:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/CD.yml | 2 +- .github/workflows/CI.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 791f4823..ab0dad4e 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -54,7 +54,7 @@ jobs: uses: styfle/cancel-workflow-action@0.10.0 - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 # It's not working with frontend-artifact, need investigate' - name: Install 🧶 diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 35582b3a..3dff0599 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -52,7 +52,7 @@ jobs: uses: styfle/cancel-workflow-action@0.10.0 - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 # It's not working with frontend-artifact, need investigate' - name: Install 🧶