build.yml: bump actions version (#2580)

This commit is contained in:
sh 2023-06-16 14:23:03 +03:00 committed by GitHub
parent af4e94058a
commit 3e84429a3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}