Skip to content

Commit 0031d69

Browse files
committed
gha: set-output was deprecated
1 parent 2fd5f3a commit 0031d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
cabal build all --dry-run
6868
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")"
69+
echo "weeknum=$(/bin/date -u "+%W")" >> $GITHUB_OUTPUT
7070
7171
- uses: actions/cache@v3
7272
name: "Cache cabal store"

0 commit comments

Comments
 (0)