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 385c9af + 3655481 commit 64fdc9eCopy full SHA for 64fdc9e
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
25
steps:
26
- name: Checkout
27
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
28
29
- name: Setup Flutter
30
uses: subosito/flutter-action@v2
@@ -104,7 +104,7 @@ jobs:
104
105
106
107
108
109
110
.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