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 b9d66fa commit 7505443Copy full SHA for 7505443
.github/workflows/check-urls.yml
@@ -19,7 +19,7 @@ jobs:
19
working-directory: ./check_urls
20
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
24
- name: Setup Dart
25
uses: dart-lang/setup-dart@v1.4
@@ -41,7 +41,7 @@ jobs:
41
run:
42
working-directory: ./example
43
44
45
46
47
.github/workflows/dart.yml
@@ -24,7 +24,7 @@ jobs:
rxdart: [ not_override ]
26
27
28
29
30
0 commit comments