Replace deprecated set-output in GH actions workflow
This commit is contained in:
parent
90b1cfe2c3
commit
e00ebd91f9
|
@ -69,8 +69,7 @@ jobs:
|
|||
java-version: '11'
|
||||
- name: Get year/month for cache key
|
||||
id: get-date
|
||||
run: |
|
||||
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
|
||||
run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
- name: Cache Maven local repository
|
||||
uses: actions/cache@v2
|
||||
|
|
Loading…
Reference in New Issue