branch: elpa/haskell-mode
commit bc37058b1140d5c32f0a13b9439a9d039a85bfa0
Merge: c27bf04c77 ac3592c71f
Author: Steve Purcell <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #1807 from 
haskell/dependabot/github_actions/actions/checkout-3
    
    chore(deps): bump actions/checkout from 2 to 3
---
 .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 627ba4b419..4f0e1184e4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -32,7 +32,7 @@ jobs:
       with:
         version: ${{ matrix.emacs_version }}
 
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Install stack and ghc
       run: nix-env -iA stack ghc -f '<nixpkgs>'
     - name: Install texinfo

Reply via email to