This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch unit-test
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/unit-test by this push:
     new 6abaa7ce Update checkout action
6abaa7ce is described below

commit 6abaa7ce9d7700461198be2c6005713d08d9c214
Author: Sebb <[email protected]>
AuthorDate: Mon May 27 15:39:29 2024 +0100

    Update checkout action
---
 .github/workflows/unittestagenda.yml     | 2 +-
 .github/workflows/unittestlib.yml        | 2 +-
 .github/workflows/unittestnavigation.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index e383eab1..63c42b01 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -36,7 +36,7 @@ jobs:
     - uses: actions/setup-node@v3
       with:
         node-version: 'v21.4.0' # works on macOS
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         persist-credentials: false
     - uses: ruby/setup-ruby@v1
diff --git a/.github/workflows/unittestlib.yml 
b/.github/workflows/unittestlib.yml
index 5653624a..ca0108ca 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -34,7 +34,7 @@ jobs:
       run: |
         brew install subversion
       if: ${{ runner.os == 'macOS' }}
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         persist-credentials: false
     - name: ruby
diff --git a/.github/workflows/unittestnavigation.yml 
b/.github/workflows/unittestnavigation.yml
index 0eb5843d..4984c727 100644
--- a/.github/workflows/unittestnavigation.yml
+++ b/.github/workflows/unittestnavigation.yml
@@ -26,7 +26,7 @@ jobs:
         node-version: '18.16.0'
         # it seems that using the default Ubuntu version of node (14.19.0)
         # somehow fails to set the correct path for rake to use
-    - uses: actions/checkout@v3
+    - uses: actions/checkout@v4
       with:
         persist-credentials: false
     - uses: ruby/setup-ruby@v1

Reply via email to