Skip to content

Commit fd6256c

Browse files

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- name: Store date
4545
id: date
46-
run: echo "::set-output name=today::$(date +'%Y-%m-%d')"
46+
run: echo "name=today::$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
4747
shell: bash
4848
- name: Cache clean flutter
4949
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0

0 commit comments

Comments
 (0)