diff options
| author | Andreas Källberg <anka.213@gmail.com> | 2023-09-11 18:43:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-11 18:43:14 +0800 |
| commit | 003ab57576c5f1fccb2a7e712bf342c771ab7fec (patch) | |
| tree | e48c2af5d35513fb303cddc861bd6aa373ced7cd | |
| parent | ffd7b27abd050dc50f5986c9b94f8fb5d120c2db (diff) | |
Bump version of haskell github action
The old one was failing
| -rw-r--r-- | .github/workflows/build-all-versions.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index ecbcfff99..d7cac5ce4 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v2 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - - uses: haskell/actions/setup@v1.2.9 + - uses: haskell/actions/setup@v2 id: setup-haskell-cabal name: Setup Haskell with: @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@v2 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - - uses: haskell/actions/setup@v1.2.9 + - uses: haskell/actions/setup@v2 name: Setup Haskell Stack with: ghc-version: ${{ matrix.ghc }} |
