ci: Replace deprecated GHA set-output command

See https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
This commit is contained in:
Tomas Janousek 2022-10-30 20:37:48 +00:00
parent c27a1f0791
commit b75ed7295c

View File

@ -71,7 +71,7 @@ jobs:
# date is prefixed with an epoch number to let us manually refresh the # date is prefixed with an epoch number to let us manually refresh the
# cache when needed. This is a workaround for https://github.com/actions/cache/issues/2 # cache when needed. This is a workaround for https://github.com/actions/cache/issues/2
run: | run: |
echo "::set-output name=date::1-$(date +%Y-%m)" date +date=1-%Y-%m >> $GITHUB_OUTPUT
- name: Cache Haskell package metadata - name: Cache Haskell package metadata
uses: actions/cache@v2 uses: actions/cache@v2