From f52d2e2fe873410d2a48f3c2c9e7d0486d62b7cf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:16:32 +0000 Subject: [PATCH] Update actions/checkout action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4d3c864..7916eee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: apt-get update apt-get install -y unzip flutter upgrade - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*