Skip to content

Commit 2823fa3

Browse files
committed
Upgraded actions version
1 parent f80d87a commit 2823fa3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121

2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525

2626
# Note: This workflow uses the latest stable version of the Dart SDK.

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ topics:
1111
- analyzer
1212
- build
1313
- constant-expression
14-
- source_gen
1514

1615
environment:
1716
sdk: '^3.0.0'

0 commit comments

Comments
 (0)