Skip to content

Commit

Permalink
Bump deps (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3ath authored Nov 14, 2023
1 parent 31d6f53 commit 834ef3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# https://dart.dev/tools/pub/automated-publishing
name: Publish to pub.dev

on:
Expand All @@ -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
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 834ef3a

Please sign in to comment.