From 9ef61333014c97acff03f1a673fe8b4ca5530e8f Mon Sep 17 00:00:00 2001 From: Jeff Peiffer Date: Wed, 15 May 2024 17:16:47 -0400 Subject: [PATCH] Fix validate version --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 115e7c3..b304d63 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Validate - uses: peiffer-innovations/actions-flutter-validate@v2 + uses: peiffer-innovations/actions-flutter-validate@v1 - name: Security Scan uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.7.3"