branch: elpa/buttercup
commit a8d2fff342b57083bd44e207ba39a7558cc88676
Author: Ola Nilsson <[email protected]>
Commit: Ola Nilsson <[email protected]>

    actions: Switch to actions/checkout@v3
---
 .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 7ce99825b1..d1b2650454 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
       with:
         version: ${{ matrix.emacs_version }}
 
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Run tests
       run: make check
 

Reply via email to