Skip to content

Commit 5ebf0fe

Browse files
authored
Merge pull request #974 from ruby/dependabot/github_actions/ruby/setup-ruby-1.135.0
Bump ruby/setup-ruby from 1.134.0 to 1.135.0
2 parents 31ea1c0 + 9b07c08 commit 5ebf0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- if: ${{ matrix.os == 'ubuntu-latest' }}
2424
run: sudo apt install libyaml-dev
2525
- name: Set up Ruby
26-
uses: ruby/setup-ruby@ee26e27437bde475b19a6bf8cb73c9fa658876a2 # v1.134.0
26+
uses: ruby/setup-ruby@8df78e55761745aad83acaf3ff12976382356e6d # v1.135.0
2727
with:
2828
ruby-version: ${{ matrix.ruby }}
2929
bundler-cache: true # 'bundle install' and cache

0 commit comments

Comments
 (0)