diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-07-27 17:43:03 +0000 |
|---|---|---|
| committer | cyan <cyjan@mrcyjanek.net> | 2024-07-28 08:37:01 +0200 |
| commit | 734662a597d9684f30cb46d20134d52d3631b712 (patch) | |
| tree | c624c788022a8f3ce48c9b3e3a9328476a8957a7 | |
| parent | 09dc66d243657177f97717c277bc3ca9e50530f9 (diff) | |
chore(deps): update subosito/flutter-action action to v2
| -rw-r--r-- | .github/workflows/cake_wallet.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cake_wallet.yaml b/.github/workflows/cake_wallet.yaml index 46df4a7..7f129c0 100644 --- a/.github/workflows/cake_wallet.yaml +++ b/.github/workflows/cake_wallet.yaml @@ -72,7 +72,7 @@ jobs: git config --global user.email "CI@cakewallet.com" git config --global user.name "Cake Github Actions" - name: Flutter action - uses: subosito/flutter-action@v1 + uses: subosito/flutter-action@v2 with: flutter-version: "3.19.6" channel: stable |
