diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-09-07 08:15:50 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2024-09-07 08:16:43 +0200 |
| commit | ee55a1cd43f1bc5ce91cb295e3187521aa3c42a3 (patch) | |
| tree | 2cffde9f394b6129cb99fe5cdaa5bcfa162e516e | |
| parent | 03d6e1d070b0a06de9e65aefd0126d18a6e799f5 (diff) | |
Update ruby in docs workflow to 3.3
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f53dcff5..5a9246eb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: '3.1' # Not needed with a .ruby-version file + ruby-version: '3.3' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems working-directory: '${{ github.workspace }}/docs' |
