We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 683b6c1 + 75795bd commit 0cc2244Copy full SHA for 0cc2244
1 file changed
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
70
# Setup Flutter
71
- name: Setup Flutter
72
- uses: subosito/flutter-action@v2.18.0
+ uses: subosito/flutter-action@v2.21.0
73
with:
74
flutter-version: ${{ env.FLUTTER_VERSION }}
75
channel: 'stable'
@@ -170,7 +170,7 @@ jobs:
170
# Build Windows .exe
171
- name: Build Windows Installer
172
if: matrix.target == 'Windows'
173
- uses: Minionguyjpro/Inno-Setup-Action@v1.2.5
+ uses: Minionguyjpro/Inno-Setup-Action@v1.2.6
174
175
path: tools/windows_tools/Twitee.iss
176
0 commit comments