Unverified Commit dc2ab0b5 authored by Jérémie Bresson's avatar Jérémie Bresson Committed by GitHub
Browse files

GitHub Actions: remove "set-output" usage (#995)

parent 7b18326a
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
- name: Get Date - name: Get Date
id: get-date id: get-date
run: | run: |
echo "::set-output name=date::$(/bin/date -u "+%Y-%m")" echo "date=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
shell: bash shell: bash
- name: Cache Maven Repository - name: Cache Maven Repository
id: cache-maven id: cache-maven
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment