Update to checkout@v4

This commit is contained in:
krahets
2023-10-26 00:09:25 +08:00
parent a8b2350705
commit 9f4076d1c1
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
dart-sdk: [stable, beta, dev]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Dart ${{ matrix.dart-sdk }}
uses: dart-lang/setup-dart@v1
with: