Skip to content

Commit 68ca988

Browse files
committed
github-actions: use $GITHUB_OUTPUT variable
1 parent 2bbb9b0 commit 68ca988

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
@@ -75,7 +75,7 @@ jobs:
7575
7676
ghc --version
7777
cabal --version
78-
echo "::set-output name=cabal-store::$(dirname $(cabal --help | tail -1 | tr -d ' '))\\store"
78+
echo "cabal-store=$(dirname $(cabal --help | tail -1 | tr -d ' '))\\store" >> $GITHUB_OUTPUT
7979
8080
- uses: actions/checkout@v2
8181

0 commit comments

Comments
 (0)