Skip to content

Commit bb2fbeb

Browse files
Update actions/checkout action to v5
1 parent 7065379 commit bb2fbeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Clone repository
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
# Note: This workflow uses the latest stable version of the Dart SDK.
2121
# You can specify other versions if desired, see documentation here:
2222
# https://github.com/dart-lang/setup-dart/blob/main/README.md

0 commit comments

Comments
 (0)