File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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 }}
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
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
You can’t perform that action at this time.
0 commit comments