Replace deprecated set-output in GH actions workflow

This commit is contained in:
Christian Beikov 2022-10-31 11:22:17 +01:00
parent 90b1cfe2c3
commit e00ebd91f9
1 changed files with 1 additions and 2 deletions

View File

@ -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