Skip to content

Commit

Permalink
Use this repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jan 6, 2024
1 parent 992fd26 commit d25e192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate matrix
uses: turion/get-tested@v0.1.5.0
uses: kleidukos/get-tested@v0.1.5.0
with:
cabal-file: get-tested.cabal
tests:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Extract the tested GHC versions
uses: turion/get-tested@v0.1.5.0
uses: kleidukos/get-tested@v0.1.5.0
tests:
name: ${{ matrix.ghc }} on ${{ matrix.os }}
needs: generateMatrix
Expand Down

0 comments on commit d25e192

Please sign in to comment.