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 790373f commit 0a189baCopy full SHA for 0a189ba
pkgs/gcloud/.github/workflows/test-package.yml
@@ -22,7 +22,7 @@ jobs:
22
matrix:
23
sdk: [dev]
24
steps:
25
- - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
+ - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
26
- uses: dart-lang/setup-dart@6a218f2413a3e78e9087f638a238f6b40893203d
27
with:
28
sdk: ${{ matrix.sdk }}
@@ -49,7 +49,7 @@ jobs:
49
os: [ubuntu-latest]
50
sdk: [2.12.0, dev]
51
52
53
54
55
0 commit comments