Skip to content

Commit f07f172

Browse files
committed
build: update deprecated things
1 parent f8c838a commit f07f172

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/haskell.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build librdkafka
3333
run: ./scripts/build-librdkafka
3434

35-
- uses: haskell/actions/setup@v1
35+
- uses: haskell-actions/setup@v2
3636
id: setup-haskell
3737
with:
3838
ghc-version: ${{ matrix.ghc }}
@@ -45,7 +45,7 @@ jobs:
4545
- name: Configure project
4646
run: cabal configure --enable-tests --enable-benchmarks --write-ghc-environment-files=ghc8.4.4+
4747

48-
- uses: action-works/cabal-cache@v1
48+
- uses: haskell-works/cabal-cache-action@v1
4949
name: Cache cabal store
5050
with:
5151
key-prefix: CwBTpnRd
@@ -98,7 +98,8 @@ jobs:
9898
if git push origin "v$package_version"; then
9999
echo "Tagged with new version "v$package_version""
100100
101-
echo "::set-output name=tag::v$package_version"
101+
echo "tag=v$package_version" >> $GITHUB_OUTPUT
102+
102103
fi
103104
fi
104105

0 commit comments

Comments
 (0)