mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-18 00:55:16 +00:00
Replace deprecated set-output in GH actions workflow
This commit is contained in:
parent
90b1cfe2c3
commit
e00ebd91f9
3
.github/workflows/contributor-build.yml
vendored
3
.github/workflows/contributor-build.yml
vendored
@ -69,8 +69,7 @@ jobs:
|
|||||||
java-version: '11'
|
java-version: '11'
|
||||||
- name: Get year/month for cache key
|
- name: Get year/month for cache key
|
||||||
id: get-date
|
id: get-date
|
||||||
run: |
|
run: echo "yearmonth=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
|
||||||
echo "::set-output name=yearmonth::$(/bin/date -u "+%Y-%m")"
|
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: Cache Maven local repository
|
- name: Cache Maven local repository
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user