Skip to content

Commit

Permalink
Switch from haskell/actions/setup to haskell-actions/setup. (#490)
Browse files Browse the repository at this point in the history
haskell/actions/setup is deprecated because it ran afoul of the best practice of having only one action per repository.  See https://github.com/haskell/actions.
  • Loading branch information
chungyc authored Oct 20, 2024
1 parent 4df4073 commit c617687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cabal-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/[email protected]
with:
submodules: true
- uses: haskell/actions/setup@v2
- uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6
with:
ghc-version: '9.6.3'
cabal-version: '3.10.2.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stack-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
# Install Stack without GHC first, so we have an opportunity to cache the
# Pantry package index.
- name: Install Stack
uses: haskell/actions/setup@b9d18eaf11de66db1ef1be9ae11830120e7810a0
uses: haskell-actions/setup@dd344bc1cec854a369df8814ce17ef337d6e6170 # v2.7.6
id: setup-stack
with:
enable-stack: true
Expand Down

0 comments on commit c617687

Please sign in to comment.