We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab7cb5 commit 50c1467Copy full SHA for 50c1467
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
steps:
34
- id: checkout
35
name: Checkout repository
36
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
37
- id: read_version_from_pubspec
38
name: Read version from pubspec
39
working-directory: packages/${{ matrix.package }}
.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
- id: setup_dart
40
name: Setup Dart SDK
41
uses: dart-lang/setup-dart@v1
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
92
93
94
0 commit comments