diff --git a/.github/workflows/haskell-actions.yml b/.github/workflows/haskell-actions.yml index 09303ad..a49953c 100644 --- a/.github/workflows/haskell-actions.yml +++ b/.github/workflows/haskell-actions.yml @@ -16,7 +16,7 @@ jobs: ghc-version: ['9.6.6'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: # 0 indicates all history for all branches and tags fetch-depth: 0