Skip to content

Commit f7b1e92

Browse files
Merge 24754e1 into 5d15a51
2 parents 5d15a51 + 24754e1 commit f7b1e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/metrics.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
id: conf
3939
run: |
4040
version=$(grep "version" metrics/flutter.properties | cut -d'=' -f2 | xargs)
41-
echo "::set-output name=flutter::$version"
41+
echo "flutter=$version" >> "$GITHUB_OUTPUT"
4242
4343
- name: Install Flutter v${{ steps.conf.outputs.flutter }}
4444
uses: subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310 # pin@v2

0 commit comments

Comments
 (0)