From 834ef3aaa342dc551335da5599a46e8825dfdb6c Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 13 Nov 2023 16:50:43 -0800 Subject: [PATCH] Bump deps (#84) --- .github/workflows/publish.yml | 6 ++---- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 276ab44..2a825e8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,3 @@ -# https://dart.dev/tools/pub/automated-publishing name: Publish to pub.dev on: @@ -8,7 +7,6 @@ on: jobs: publish: - needs: prepare + permissions: + id-token: write # Required for authentication using OIDC uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1 - prepare: - uses: ./test.yml \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 0cbf6e6..225435c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: iregexp: ^0.1.2 dev_dependencies: - lints: ">=2.1.0 <4.0.0" + lints: ^3.0.0 test: ^1.21.1 path: ^1.8.2 check_coverage: ^0.0.4