Skip to content

Commit 756e6be

Browse files
authored
Merge pull request #58 from Fliturgy/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ca67371 + fab9de7 commit 756e6be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout the code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Install and set Flutter version
1717
uses: subosito/flutter-action@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout the code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
- name: Install and set Flutter version
1818
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)