You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/08/24 04:34:00 UTC

[arrow-site] branch master updated: ARROW-13693: [Website] Use Ruby version 3.0 and migrate action

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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a789aa  ARROW-13693: [Website] Use Ruby version 3.0 and migrate action
7a789aa is described below

commit 7a789aa03d41235feaae9e503c75db70c5dd0180
Author: Jiayu Liu <ji...@airbnb.com>
AuthorDate: Tue Aug 24 13:33:50 2021 +0900

    ARROW-13693: [Website] Use Ruby version 3.0 and migrate action
    
    Closes #141 from Jimexist/use-ruby-version and squashes the following commits:
    
    a71a5e250 <Jiayu Liu> use ruby version 3.0.2 and migrate action
    
    Authored-by: Jiayu Liu <ji...@airbnb.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .github/workflows/deploy.yml | 4 +++-
 .ruby-version                | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 9ee335c..7055e50 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -29,8 +29,10 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v2
-      - uses: actions/setup-ruby@v1
+      - uses: ruby/setup-ruby@v1
       - uses: actions/setup-node@v2
+        with:
+          bundler-cache: true
       - name: Install dependencies
         run: |
           bundle install
diff --git a/.ruby-version b/.ruby-version
new file mode 100644
index 0000000..b502146
--- /dev/null
+++ b/.ruby-version
@@ -0,0 +1 @@
+3.0.2