Skip to content

Commit 701241a

Browse files
authored
Merge pull request #59 from Fliturgy/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 1ef4cae + a9e7c5a commit 701241a

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@v5
14+
uses: actions/checkout@v6
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@v5
15+
uses: actions/checkout@v6
1616

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

0 commit comments

Comments
 (0)