Skip to content

Commit 584438c

Browse files
authored
Update dart.yml
1 parent 830f14b commit 584438c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dart.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
- 3.0.0
2323
- 2.10.5
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@v3
26+
2627
- uses: ./
2728
with:
2829
channel: stable
@@ -50,7 +51,8 @@ jobs:
5051
- 3.3.0-0.0.pre
5152
- 3.1.0
5253
steps:
53-
- uses: actions/checkout@v2
54+
- uses: actions/checkout@v3
55+
5456
- uses: ./
5557
with:
5658
channel: beta

0 commit comments

Comments
 (0)