mirror of https://github.com/grpc/grpc-dart.git
Bump actions/checkout from 3.6.0 to 4.1.0 (#671)
This commit is contained in:
parent
5e2fb6a30a
commit
6a92a47115
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
sdk: [3.0.0, dev]
|
sdk: [3.0.0, dev]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
|
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
|
||||||
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
|
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
|
||||||
with:
|
with:
|
||||||
sdk: ${{ matrix.sdk }}
|
sdk: ${{ matrix.sdk }}
|
||||||
|
|
@ -70,7 +70,7 @@ jobs:
|
||||||
- os: macos-latest
|
- os: macos-latest
|
||||||
platform: chrome
|
platform: chrome
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
|
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
|
||||||
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
|
- uses: dart-lang/setup-dart@8a4b97ea2017cc079571daec46542f76189836b1
|
||||||
with:
|
with:
|
||||||
sdk: ${{ matrix.sdk }}
|
sdk: ${{ matrix.sdk }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue