Skip to content

Commit

Permalink
ci: update ci workflow to us actions/checkout@v4
Browse files Browse the repository at this point in the history
Using actions/checkout@v3 now generates deprecation warnings.
  • Loading branch information
achilleasa committed Mar 25, 2024
1 parent a72c8d0 commit e0b159c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Dart SDK
uses: dart-lang/setup-dart@v1
Expand Down

0 comments on commit e0b159c

Please sign in to comment.