Skip to content

Commit 63dd4ba

Browse files
authored
Merge pull request #1 from rk0cc/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents cc9b0e9 + 80a9510 commit 63dd4ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v5
1111
- name: Setup Flutter
1212
uses: subosito/flutter-action@v2
1313
with:
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
- name: Setup Flutter
3434
uses: subosito/flutter-action@v2
3535
with:

0 commit comments

Comments
 (0)