Skip to content

Commit 0de477c

Browse files
authored
Merge pull request #19 from personnummer/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents f12695c + bc92bfc commit 0de477c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
image: dart:latest
1818

1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Install dependencies
2222
run: dart pub get
2323
- name: Run tests

0 commit comments

Comments
 (0)