This is an automated email from the ASF dual-hosted git repository. domgarguilo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/main by this push: new 32bc2fd4 Bump ruby version in github actions script (#410) 32bc2fd4 is described below commit 32bc2fd4d61db7ef391f80e8b949aff6cf0946a1 Author: Dom G <domgargu...@apache.org> AuthorDate: Mon Dec 18 12:38:53 2023 -0500 Bump ruby version in github actions script (#410) --- .github/workflows/jekyll.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yaml b/.github/workflows/jekyll.yaml index 7dbea9dd..f77b7cb8 100644 --- a/.github/workflows/jekyll.yaml +++ b/.github/workflows/jekyll.yaml @@ -34,7 +34,7 @@ jobs: - name: Set up Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 2.6 + ruby-version: 3.2.2 - name: Cache gems uses: actions/cache@v3 with: