Skip to content

Commit

Permalink
chore(deps): update haskell-actions/setup action to v2.7.4 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 2, 2024
1 parent 6a50b8e commit 0fd70a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
key: ${{ runner.os }}-stack-${{ hashFiles('**/package.yaml') }}-${{ hashFiles('**/stack.yaml.lock') }}
restore-keys: |
${{ runner.os }}-stack-
- uses: haskell-actions/[email protected].3
- uses: haskell-actions/[email protected].4
name: Setup Haskell
with:
ghc-version: 8.10.4 # stack.yamlのresolverに合わせて更新してください
Expand All @@ -38,7 +38,7 @@ jobs:
key: ${{ runner.os }}-stack-${{ hashFiles('**/package.yaml') }}-${{ hashFiles('**/stack.yaml.lock') }}
restore-keys: |
${{ runner.os }}-stack-
- uses: haskell-actions/[email protected].3
- uses: haskell-actions/[email protected].4
name: Setup Haskell
with:
ghc-version: 8.10.4 # stack.yamlのresolverに合わせて更新してください
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: |
${{ runner.os }}-stack-
- name: Setup | Stack and GHC
uses: haskell-actions/[email protected].3
uses: haskell-actions/[email protected].4
with:
ghc-version: 8.10.4 # stack.yamlのresolverに合わせて更新してください
enable-stack: true
Expand Down

0 comments on commit 0fd70a2

Please sign in to comment.