Skip to content

Commit c4836b7

Browse files
authoredFeb 10, 2025··
Merge pull request #620 from railsgirls/dependabot/github_actions/ruby/setup-ruby-1.218.0
Bump ruby/setup-ruby from 1.215.0 to 1.218.0
2 parents 1e122a9 + a285a5b commit c4836b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929
- name: Setup Ruby
30-
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
30+
uses: ruby/setup-ruby@d781c1b4ed31764801bfae177617bb0446f5ef8d # v1.218.0
3131
with:
3232
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3333
cache-version: 0 # Increment this number if you need to re-download cached gems

0 commit comments

Comments
 (0)
Please sign in to comment.