upgrade github action ruby version

This commit is contained in:
Samuel Berthe 2025-02-04 16:44:31 +01:00
parent ae12871fa9
commit eb92a79898
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C

View file

@ -19,7 +19,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.4
- name: Set up yq
uses: mikefarah/yq@master