branch: elpa/package-lint
commit 8355360b044031c2800673e3cffba764258ec6c3
Merge: 4484da08c9f 867d685c9ad
Author: Steve Purcell <st...@sanityinc.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #301 from 
purcell/dependabot/github_actions/actions/checkout-5
    
    chore(deps): bump actions/checkout from 4 to 5
---
 .github/workflows/compat-syms.yml    | 2 +-
 .github/workflows/stdlib-changes.yml | 2 +-
 .github/workflows/test.yml           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/compat-syms.yml 
b/.github/workflows/compat-syms.yml
index aa5ae955a0f..f264b5b4f3f 100644
--- a/.github/workflows/compat-syms.yml
+++ b/.github/workflows/compat-syms.yml
@@ -9,7 +9,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - uses: purcell/setup-emacs@master
       with:
         version: 28.2
diff --git a/.github/workflows/stdlib-changes.yml 
b/.github/workflows/stdlib-changes.yml
index 25771b37c20..cda437abd20 100644
--- a/.github/workflows/stdlib-changes.yml
+++ b/.github/workflows/stdlib-changes.yml
@@ -8,7 +8,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - uses: cachix/install-nix-action@v31
     - run: tools/sym-dump-all
     - uses: stefanzweifel/git-auto-commit-action@v6
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9837883454d..9236f2a2fa7 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -43,6 +43,6 @@ jobs:
       with:
         version: ${{ matrix.emacs_version }}
 
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
     - name: Run tests
       run: make

Reply via email to