branch: elpa/haskell-mode
commit e5d32021ea30438fb957976760b94af66a55b53b
Merge: 4ce37fcc5f4 48a007879d0
Author: Steve Purcell <st...@sanityinc.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #1878 from 
haskell/dependabot/github_actions/actions/checkout-5
    
    chore(deps): bump actions/checkout from 4 to 5
---
 .github/workflows/test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4b92963e3da..c0080185022 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
       with:
         version: ${{ matrix.emacs_version }}
 
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Install stack and ghc
       run: nix profile install 'nixpkgs#stack' 'nixpkgs#ghc'
     - name: Install texinfo

Reply via email to