Skip to content

Commit dc2ab0b

Browse files
authored
GitHub Actions: remove "set-output" usage (#995)
1 parent 7b18326 commit dc2ab0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Get Date
3232
id: get-date
3333
run: |
34-
echo "::set-output name=date::$(/bin/date -u "+%Y-%m")"
34+
echo "date=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
3535
shell: bash
3636
- name: Cache Maven Repository
3737
id: cache-maven

0 commit comments

Comments
 (0)