Skip to content

Commit 4efee31

Browse files
ref(ci): fix set-output / set-state deprecation (#1077)
1 parent 21845e2 commit 4efee31

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
@@ -40,7 +40,7 @@ jobs:
4040
id: conf
4141
run: |
4242
version=$(grep "version" metrics/flutter.properties | cut -d'=' -f2 | xargs)
43-
echo "::set-output name=flutter::$version"
43+
echo "flutter=$version" >> "$GITHUB_OUTPUT"
4444
4545
- name: Install Flutter v${{ steps.conf.outputs.flutter }}
4646
uses: subosito/flutter-action@1e6ee87cb840500837bcd50a667fb28815d8e310 # pin@v2

0 commit comments

Comments
 (0)