File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
working-directory : pkgs/appengine
24
24
25
25
steps :
26
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
27
27
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
28
28
29
29
- name : Install dependencies
Original file line number Diff line number Diff line change 31
31
matrix :
32
32
sdk : [dev]
33
33
steps :
34
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
34
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
35
35
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
36
36
with :
37
37
sdk : ${{ matrix.sdk }}
61
61
os : [ubuntu-latest]
62
62
sdk : [2.19.0, dev]
63
63
steps :
64
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
64
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
65
65
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
66
66
with :
67
67
sdk : ${{ matrix.sdk }}
Original file line number Diff line number Diff line change 29
29
steps :
30
30
# These are the latest versions of the github actions; dependabot will
31
31
# send PRs to keep these up-to-date.
32
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
32
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
33
33
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
34
34
with :
35
35
sdk : ${{ matrix.sdk }}
54
54
os : [ubuntu-latest, macos-latest, windows-latest]
55
55
sdk : [dev, stable]
56
56
steps :
57
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
57
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
58
58
- uses : dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
59
59
with :
60
60
sdk : ${{ matrix.sdk }}
You can’t perform that action at this time.
0 commit comments