Skip to content

Commit 46389a1

Browse files
committed
Replace deprecated setup-ruby action
The following error was being encountered in https://github.com/DMPRoadmap/roadmap/actions/runs/13907418160/job/38913596385?pr=3487: ``` Run actions/setup-ruby@v1 ------------------------ NOTE: This action is deprecated and is no longer maintained. Please, migrate to https://github.com/ruby/setup-ruby, which is being actively maintained. ------------------------ Error: Version 3.0.4 not found ```
1 parent 627a47f commit 46389a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
1717
# Install Ruby - using the version found in the Gemfile.lock
1818
- name: 'Install Ruby'
19-
uses: actions/setup-ruby@v1
19+
uses: ruby/setup-ruby@v1
2020
with:
2121
ruby-version: ${{ env.RUBY_VERSION }}
2222

0 commit comments

Comments
 (0)