From 33a1941d9fc38ff2c9a4a06904f71266a33a30ed Mon Sep 17 00:00:00 2001 From: Luke Date: Thu, 22 Aug 2024 14:44:52 +0100 Subject: [PATCH] ci: Testing new verion of flutter-code-quality action --- .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 2e02b40..7b9357c 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -28,7 +28,7 @@ jobs: # Uses the flutter-code-quality action to run code quality checks # This will return a status check to the pull request - - uses: ZebraDevs/flutter-code-quality@v1.0.8 + - uses: ZebraDevs/flutter-code-quality@v1.0.9 with: token: ${{secrets.GITHUB_TOKEN}}