We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd5f3a commit 0031d69Copy full SHA for 0031d69
.github/workflows/haskell.yml
@@ -66,7 +66,7 @@ jobs:
66
run: |
67
cabal build all --dry-run
68
cat dist-newstyle/cache/plan.json | jq -r '."install-plan"[].id' | sort | uniq > dependencies.txt
69
- echo "::set-output name=weeknum::$(/bin/date -u "+%W")"
+ echo "weeknum=$(/bin/date -u "+%W")" >> $GITHUB_OUTPUT
70
71
- uses: actions/cache@v3
72
name: "Cache cabal store"
0 commit comments