From d25e192d04c5a20e6bf916ae0ce94d14fdf049c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Sat, 6 Jan 2024 13:00:49 +0100 Subject: [PATCH] Use this repo --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7006dd4..2bb13dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/README.md b/README.md index 066b77f..7141efb 100644 --- a/README.md +++ b/README.md @@ -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