Update Ruby version to 3.1 in GitHub Actions workflows

Bundler 2.6.3 requires Ruby >= 3.1.0, but workflows were using Ruby 3.0.7,
causing build failures. Updated both release and bump-build workflows to use
Ruby 3.1.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Arkadiusz Fal
2025-11-09 18:31:25 +01:00
parent 946d4c4f16
commit 3c63aa51be
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
git config --local user.name "github-actions[bot]"
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.1'
bundler-cache: true
- uses: maierj/fastlane-action@v3.0.0
with: