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 cccfda5 commit f2c4229Copy full SHA for f2c4229
pkgs/logging/.github/workflows/test-package.yml
@@ -21,7 +21,7 @@ jobs:
21
matrix:
22
sdk: [stable]
23
steps:
24
- - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
+ - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
25
- uses: dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
26
with:
27
sdk: ${{ matrix.sdk }}
@@ -46,7 +46,7 @@ jobs:
46
os: [ubuntu-latest]
47
sdk: [2.19.0, stable, beta]
48
49
50
51
52
0 commit comments