From 6833abebdeac66ca6696f5529f56f14198ecce11 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 19:28:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .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 330d6e8..86d2be2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: container: image: google/dart:latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: pub get - run: dart test - run: dart analyze