diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 0d255481..f0eb581a 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -181,7 +181,7 @@ jobs: chmod a+x $HOME/.cabal/bin/cabal-plan cabal-plan --version - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: path: source - name: initial cabal.project for sdist