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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4309b206 Bump actions/checkout
4309b206 is described below

commit 4309b2060496b648bbbbc96485bfa9e8e06a6774
Author: Sebb <[email protected]>
AuthorDate: Mon May 27 23:13:39 2024 +0100

    Bump actions/checkout
---
 .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