mirror of
https://github.com/yattee/yattee.git
synced 2025-11-13 05:38:45 +00:00
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:
2
.github/workflows/bump-build.yml
vendored
2
.github/workflows/bump-build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user