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 456e9e7 commit bba9edbCopy full SHA for bba9edb
pkgs/logging/.github/dependabot.yaml
@@ -8,3 +8,7 @@ updates:
8
interval: monthly
9
labels:
10
- autosubmit
11
+ groups:
12
+ github-actions:
13
+ patterns:
14
+ - "*"
pkgs/logging/.github/workflows/test-package.yml
@@ -22,7 +22,7 @@ jobs:
22
sdk: [dev]
23
steps:
24
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
25
- - uses: dart-lang/setup-dart@f0ead981b4d9a35b37f30d36160575d60931ec30
+ - uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
26
with:
27
sdk: ${{ matrix.sdk }}
28
- id: install
@@ -47,7 +47,7 @@ jobs:
47
sdk: [3.4, dev]
48
49
50
51
52
53
0 commit comments