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 9c1ca1c8 Update to latest checkout version
9c1ca1c8 is described below
commit 9c1ca1c8196bd86ee1760356a49c0346645ad481
Author: Sebb <[email protected]>
AuthorDate: Sun May 14 16:44:49 2023 +0100
Update to latest checkout version
---
.github/workflows/unittestagenda.yml | 2 +-
.github/workflows/unittestlib.yml | 4 ++--
.github/workflows/unittestnavigation.yml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index 1dccd72b..525e2920 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14.19.1'
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1
diff --git a/.github/workflows/unittestlib.yml
b/.github/workflows/unittestlib.yml
index 155a18ee..aea0ee98 100644
--- a/.github/workflows/unittestlib.yml
+++ b/.github/workflows/unittestlib.yml
@@ -29,8 +29,8 @@ jobs:
sudo apt-get install libldap2-dev
sudo apt-get install libsasl2-dev
sudo apt-get install libyaml-dev # seems to be needed for installing
ruby since psych 5.0.0 release
- if: matrix.os != 'macos-latest'
- - uses: actions/checkout@v2
+ if: matrix.os != 'macos-latest'
+ - uses: actions/checkout@v3
with:
persist-credentials: false
- name: ruby
diff --git a/.github/workflows/unittestnavigation.yml
b/.github/workflows/unittestnavigation.yml
index 0530460b..2245657b 100644
--- a/.github/workflows/unittestnavigation.yml
+++ b/.github/workflows/unittestnavigation.yml
@@ -26,7 +26,7 @@ jobs:
node-version: '14.19.1'
# 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@v2
+ - uses: actions/checkout@v3
with:
persist-credentials: false
- uses: ruby/setup-ruby@v1