diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-24 22:47:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-24 22:47:58 -0700 |
| commit | 955cb1fbc94f61374fc2472b9f662f4b9aa2b643 (patch) | |
| tree | 4017f4b8ccc4df56b6a212f846fe1781319d5f66 /.github/workflows/nightly.yml | |
| parent | 16f0316fbaa4d667ba40772969ab8e28fea6a493 (diff) | |
Bump haskell/actions from 1 to 2 (#8039)
Bumps [haskell/actions](https://github.com/haskell/actions) from 1 to 2.
- [Release notes](https://github.com/haskell/actions/releases)
- [Commits](https://github.com/haskell/actions/compare/v1...v2)
---
updated-dependencies:
- dependency-name: haskell/actions
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/nightly.yml')
| -rw-r--r-- | .github/workflows/nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 17f7495d7..c4a86127a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - name: Install recent cabal/ghc - uses: haskell/actions/setup@v1 + uses: haskell/actions/setup@v2 with: ghc-version: '8.10.7' cabal-version: '3.2' |
