[devdocsgjs/main: 127/239] Update ruby/setup-ruby action to v1.92.0




commit f713c32feebd8785d2e8aa33c5c4e3b7934c2ff0
Author: Renovate Bot <bot renovateapp com>
Date:   Thu Jan 13 20:18:36 2022 +0000

    Update ruby/setup-ruby action to v1.92.0

 .github/workflows/build.yml               | 2 +-
 .github/workflows/schedule-doc-report.yml | 2 +-
 .github/workflows/test.yml                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 760f4a52..38c453d9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2.4.0
     - name: Set up Ruby
-      uses: ruby/setup-ruby@v1.91.0
+      uses: ruby/setup-ruby@v1.92.0
       with:
         bundler-cache: true # runs 'bundle install' and caches installed gems automatically
     - name: Run tests
diff --git a/.github/workflows/schedule-doc-report.yml b/.github/workflows/schedule-doc-report.yml
index 2dc43852..bc27f85c 100644
--- a/.github/workflows/schedule-doc-report.yml
+++ b/.github/workflows/schedule-doc-report.yml
@@ -10,7 +10,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2.4.0
     - name: Set up Ruby
-      uses: ruby/setup-ruby@v1.91.0
+      uses: ruby/setup-ruby@v1.92.0
       with:
         bundler-cache: true # runs 'bundle install' and caches installed gems automatically
     - name: Generate report
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 19374ba1..a4300c79 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2.4.0
     - name: Set up Ruby
-      uses: ruby/setup-ruby@v1.91.0
+      uses: ruby/setup-ruby@v1.92.0
       with:
         bundler-cache: true # runs 'bundle install' and caches installed gems automatically
     - name: Run tests


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]