diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 51828a5964d02338cd5f3e68ce6fea399e46aa87..58947e084a1cf379bf4fe743bdf6f8bdc467e166 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -31,7 +31,7 @@ jobs: - name: Get Date id: get-date run: | - echo "::set-output name=date::$(/bin/date -u "+%Y-%m")" + echo "date=$(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT shell: bash - name: Cache Maven Repository id: cache-maven