Skip to content

Commit 55489ad

Browse files
committed
ci: bump actions & fix syntax
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
1 parent c713114 commit 55489ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ on:
66

77
jobs:
88
test:
9-
runs-on: ubuntu-latest
10-
if: "!contains(github.event.head_commit.message, 'ci skip')"
9+
runs-on: ubuntu-24.04
10+
if: ${{ !contains(github.event.head_commit.message, 'ci skip') }}
1111
strategy:
1212
matrix:
1313
sdk: [stable, beta]
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: dart-lang/setup-dart@v1
1818
with:
1919
sdk: ${{ matrix.sdk }}

0 commit comments

Comments
 (0)