aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorKrakenied <krakenied1@gmail.com>2025-02-05 19:32:13 +0100
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2025-05-13 20:34:15 +0200
commit9eb99b8542623ad5d80e94f96c2c7eed6b6c39cd (patch)
treeff6b3ab009edd660e80c9728c91baf9bb65af7e7 /.github/workflows
parentc6c5306d295bf39a4c363232007369dc01123d7a (diff)
Update docs gemfile
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 5a9246eb..3ad4846a 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.3' # Not needed with a .ruby-version file
+ ruby-version: '3.4.1' # 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'