branch: elpa/page-break-lines
commit 84b872a056404f11cacbf3fc2b0788aa7feac635
Merge: 982571749c8 b515c52bd54
Author: Steve Purcell <st...@sanityinc.com>
Commit: GitHub <nore...@github.com>

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

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a2dc98fac09..4b75272dd6a 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
     - uses: purcell/setup-emacs@master
       with:
         version: 29.4
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Run tests
       run: make package-lint
 
@@ -37,6 +37,6 @@ jobs:
       with:
         version: ${{ matrix.emacs_version }}
 
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Run tests
       run: make compile

Reply via email to