From a9246e414ebb758e83326deb29232f20cb6b41aa Mon Sep 17 00:00:00 2001 From: Paul Kastel Date: Sat, 14 Sep 2024 14:26:03 +0200 Subject: [PATCH] sdk @v1 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 63263df..8708207 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,6 +13,6 @@ jobs: permissions: id-token: write # Required for authentication using OIDC #visit: https://github.com/dart-lang/ecosystem/blob/main/.github/workflows/publish.yaml - uses: dart-lang/setup-dart/.github/workflows/publish.yml@main + uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 with: sdk: 'dev'