Install Ruby 3.3.3 in Repology.yml (to match packages/ruby.rb) (#10096)

This commit is contained in:
Maximilian Downey Twiss
2024-07-07 23:50:44 +10:00
committed by GitHub
parent dafc7c5821
commit 94b01b82ce

View File

@@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3.1'
ruby-version: '3.3.3'
- name: Configure git
run: |
git config --global user.name 'github-actions[bot]'