We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccd5bbd + 6a99dd0 commit de461baCopy full SHA for de461ba
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
24
25
- name: Setup Flutter
26
uses: subosito/flutter-action@v2
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
#1 Checkout Repository
15
- name: Checkout Repository
16
17
18
#2 Setup Java
19
- name: Set Up Java
0 commit comments