Skip to content

Commit e7ea681

Browse files
ci: Use ruby/setup-ruby instead of actions/setup-ruby (#170)
1 parent a4de396 commit e7ea681

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_gems.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
# Keep in sync with ci.yml
17-
- uses: actions/setup-ruby@v1
17+
- uses: ruby/setup-ruby@v1
1818
- name: Manually evict cache entry if applicable
1919
if: ${{ runner.os == 'Linux' }}
2020
run: ACCESS_TOKEN='${{ secrets.GITHUB_TOKEN }}' python3 .github/workflows/evict.py

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
# Keep in sync with ci.yml
20-
- uses: actions/setup-ruby@v1
20+
- uses: ruby/setup-ruby@v1
2121
- name: Manually evict cache entry if applicable
2222
if: ${{ runner.os == 'Linux' }}
2323
run: ACCESS_TOKEN='${{ secrets.GITHUB_TOKEN }}' python3 .github/workflows/evict.py

0 commit comments

Comments
 (0)