From 043069910dd6db1033a7b053da8bee260e1afc1e Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 19:15:37 +0000 Subject: [PATCH] chore(deps): update dart-lang/setup-dart action to v1.7.0 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 9df8e52..eb654b5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94 # v1 + - uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94 # v1.7.0 - name: Install Flutter SDK uses: britannio/action-install-flutter@v1 - run: dart --version