From d4d940c247ef7e2bc3a8fdd093a946992dd8266d Mon Sep 17 00:00:00 2001 From: "descope[bot]" <107609351+descope[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:19:54 +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 a9bcacd..2433ca2 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 - - 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