Merge branch 'stable'
This commit is contained in:
commit
c29c3179a0
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -16,11 +16,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Clone project
|
- name: Clone project
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build changelog
|
- name: Build changelog
|
||||||
id: build_changelog
|
id: build_changelog
|
||||||
uses: mikepenz/release-changelog-builder-action@v1
|
uses: mikepenz/release-changelog-builder-action@v4
|
||||||
with:
|
with:
|
||||||
configuration: .github/changelog_conf.json
|
configuration: .github/changelog_conf.json
|
||||||
failOnError: true
|
failOnError: true
|
||||||
@ -71,16 +71,16 @@ jobs:
|
|||||||
disk-root: "C:"
|
disk-root: "C:"
|
||||||
|
|
||||||
- name: Clone project
|
- name: Clone project
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Haskell
|
- name: Setup Haskell
|
||||||
uses: haskell/actions/setup@v1
|
uses: haskell/actions/setup@v2
|
||||||
with:
|
with:
|
||||||
ghc-version: "8.10.7"
|
ghc-version: "8.10.7"
|
||||||
cabal-version: "latest"
|
cabal-version: "latest"
|
||||||
|
|
||||||
- name: Cache dependencies
|
- name: Cache dependencies
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
${{ matrix.cache_path }}
|
${{ matrix.cache_path }}
|
||||||
|
Loading…
Reference in New Issue
Block a user