Skip to content

Commit 962fcf9

Browse files
authored
use dart container
1 parent 61ebcdd commit 962fcf9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/docbot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ jobs:
88
update-docs:
99

1010
runs-on: ubuntu-latest
11-
11+
container:
12+
image: google/dart:latest
1213
steps:
1314
- uses: actions/checkout@v2
14-
- uses: cedx/[email protected]
15-
with:
16-
release-channel: beta
1715
- name: Install dependencies
1816
run: pub get
1917
- name: Generate Documentation

0 commit comments

Comments
 (0)