Skip to content

Commit 8762bd0

Browse files
committed
Fix Ruby setup action version for ubuntu-24.04 compatibility
1 parent 5a06796 commit 8762bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fork-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm install
3636

3737
- name: Set up Ruby
38-
uses: ruby/setup-ruby@ece82769428359c077b5a5eaff268902a303c101
38+
uses: ruby/setup-ruby@v1
3939
with:
4040
bundler-cache: true
4141

0 commit comments

Comments
 (0)