Skip to content

Commit

Permalink
Merge pull request #352 from peterbecich/update-github-action
Browse files Browse the repository at this point in the history
update GitHub Action
  • Loading branch information
echatav committed Jan 15, 2024
2 parents c281613 + af8a3f4 commit f665023
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -23,8 +23,8 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5

steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: actions/checkout@v4
- uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-version: 'latest'
Expand All @@ -50,7 +50,7 @@ jobs:
run: stack haddock --fast

- name: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
".stack-work"
Expand All @@ -73,7 +73,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-version: 'latest'
Expand All @@ -99,7 +99,7 @@ jobs:
run: stack haddock --fast --stack-yaml stack-ghc8_10.yaml

- name: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
".stack-work"
Expand All @@ -122,7 +122,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: haskell/actions/setup@v1
- uses: haskell-actions/setup@v2
with:
enable-stack: true
stack-version: 'latest'
Expand All @@ -148,7 +148,7 @@ jobs:
run: stack haddock --fast --stack-yaml stack-ghc8_8.yaml

- name: cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
".stack-work"
Expand Down

0 comments on commit f665023

Please sign in to comment.