Skip to content

Commit

Permalink
Updates to ruby/setup-ruby to always use latest v1 in Github CI (#419…
Browse files Browse the repository at this point in the history
…69, #30069).

Patch by Katsuya HIDAKA (user:hidakatsuya).

git-svn-id: https://svn.redmine.org/redmine/trunk@23400 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marius-balteanu committed Dec 11, 2024
1 parent eeafa54 commit dbd6bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
EOF
- name: Install Ruby and gems
uses: ruby/setup-ruby@v1.176.0
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
Expand Down

0 comments on commit dbd6bb4

Please sign in to comment.