Skip to content

Commit cea79e6

Browse files
authored
Merge pull request #35 from github/jar349-patch-2
Fix the Build action to run on macos again
2 parents cc422af + 373b006 commit cea79e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: checkout
2626
uses: actions/checkout@v4
2727

28-
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # pin@v1.152.0
28+
- uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # pin@v1.175.1
2929
with:
3030
bundler-cache: true
3131

0 commit comments

Comments
 (0)