branch: elpa/emacsql
commit bc6713fb763388f43111ba1488df9263d5dc505b
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Bump actions/checkout to v5
    
    Better to get this done before dependabot starts spamming.
---
 .github/workflows/test.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 59b45e99eb8..7b7488ffe0d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -15,14 +15,14 @@ jobs:
         with:
           version: 30.1
       - name: 'Install scripts'
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           repository: emacscollective/workflows
           ref: ${{ inputs.workflow_ref }}
           path: _scripts
           persist-credentials: false
       - name: 'Checkout ${{ github.repository }}'
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           path: ${{ env.pwd }}
           persist-credentials: false
@@ -73,14 +73,14 @@ jobs:
         with:
           version: ${{ matrix.emacs }}
       - name: 'Checkout scripts'
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           repository: emacscollective/workflows
           ref: ${{ inputs.workflow_ref }}
           path: _scripts
           persist-credentials: false
       - name: 'Checkout ${{ github.repository }}'
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           path: ${{ env.pwd }}
           persist-credentials: false

Reply via email to