branch: elpa/datetime
commit d557133e3bbc3a3b9f8e7e183281bae1027701ce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commit: Paul Pogonyshev <pogonys...@gmail.com>

    Bump actions/checkout from 3 to 4
    
    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/actions/checkout/compare/v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
---
 .github/workflows/check-for-updates.yml | 2 +-
 .github/workflows/test.yml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/check-for-updates.yml 
b/.github/workflows/check-for-updates.yml
index 042277d459..822a525f36 100644
--- a/.github/workflows/check-for-updates.yml
+++ b/.github/workflows/check-for-updates.yml
@@ -30,7 +30,7 @@ jobs:
         java-version: '17'
 
     - name: Check out the source code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
     - name: Check if 'extmap' files are up-to-date
       # I haven't found any good way to send a notification from a
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a7cf32b8f4..a67971c240 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
         java-version: '17'
 
     - name: Check out the source code
-      uses: actions/checkout@v3
+      uses: actions/checkout@v4
 
     - name: Test the project
       run: |

Reply via email to