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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 5dc6169  Update GH actions for jekyll build (#218)
5dc6169 is described below

commit 5dc6169a63eac125de3b0c18a90ed0b1148c13b7
Author: Christopher Tubbs <[email protected]>
AuthorDate: Fri Mar 31 15:42:32 2023 -0400

    Update GH actions for jekyll build (#218)
---
 .github/workflows/jekyll.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/jekyll.yaml b/.github/workflows/jekyll.yaml
index 2a7705f..54e809f 100644
--- a/.github/workflows/jekyll.yaml
+++ b/.github/workflows/jekyll.yaml
@@ -30,13 +30,13 @@ jobs:
     timeout-minutes: 10
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: Set up Ruby
-      uses: actions/setup-ruby@v1
+      uses: ruby/setup-ruby@v1
       with:
         ruby-version: 2.6
     - name: Cache gems
-      uses: actions/cache@v2
+      uses: actions/cache@v3
       with:
         path: ~/vendor/bundle
         key: ${{ runner.os }}-gem-${{ hashFiles('**/Gemfile.lock') }}
@@ -49,7 +49,7 @@ jobs:
         bundle install --jobs 4 --retry 3
         bundle exec jekyll build
     - name: Upload site
-      uses: actions/upload-artifact@v2
+      uses: actions/upload-artifact@v3
       with:
         name: site
         path: ./_site/

Reply via email to