From 8b8f229a25ba4a610f50c83e3bef2afc10374a87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 13:12:49 +0000 Subject: [PATCH] Update actions/checkout action to v5 New-Versions: actions/checkout==v5 --- .github/workflows/haskell-actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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