Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump zgosalvez/github-actions-get-flutter-version-env from 2.0.9 to 2.0.13 #74

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
path: code
- name: Get Flutter version
id: get-flutter-version
uses: zgosalvez/github-actions-get-flutter-version-env@64ec9456418c5b88724071d43e9b2621f44d1031
uses: zgosalvez/github-actions-get-flutter-version-env@bf90067144d24a2f85a926a67f22c57c5fbc055b
with:
pubspec-file-path: code/pubspec.yaml
- name: Cache Flutter
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: code
- name: Get Flutter version
id: get-flutter-version
uses: zgosalvez/github-actions-get-flutter-version-env@64ec9456418c5b88724071d43e9b2621f44d1031
uses: zgosalvez/github-actions-get-flutter-version-env@bf90067144d24a2f85a926a67f22c57c5fbc055b
with:
pubspec-file-path: code/pubspec.yaml
- name: Cache Flutter
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
path: code
- name: Get Flutter version
id: get-flutter-version
uses: zgosalvez/github-actions-get-flutter-version-env@64ec9456418c5b88724071d43e9b2621f44d1031
uses: zgosalvez/github-actions-get-flutter-version-env@bf90067144d24a2f85a926a67f22c57c5fbc055b
with:
pubspec-file-path: code/pubspec.yaml
- name: Cache Flutter
Expand Down