1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-21 00:09:54 +00:00

Updates to ruby/setup-ruby to always use latest v1 in Github CI (#41969, #30069).

Patch by Katsuya HIDAKA (user:hidakatsuya).

git-svn-id: https://svn.redmine.org/redmine/trunk@23400 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Marius Balteanu 2024-12-11 18:56:00 +00:00
parent eeafa5498d
commit dbd6bb4073

View File

@ -82,7 +82,7 @@ jobs:
EOF EOF
- name: Install Ruby and gems - name: Install Ruby and gems
uses: ruby/setup-ruby@v1.176.0 uses: ruby/setup-ruby@v1
with: with:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}
bundler-cache: true bundler-cache: true