Skip to content

Commit 2fc4c9c

Browse files
committed
Merge branch 'current' of https://github.com/rk0cc/superuser into current
2 parents 4d5deae + 63dd4ba commit 2fc4c9c

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)