From 85207174ce09c4f157c14b8da11a91912a8a9c1d Mon Sep 17 00:00:00 2001 From: Ellet Date: Wed, 15 Nov 2023 02:32:31 +0300 Subject: [PATCH] Update checkout to version 4 --- .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 1ba516b2..aa72b67b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: channel: 'stable'