Skip to content

Commit 40cabba

Browse files
authored
Merge pull request #30 from openrisc/dependabot/github_actions/ruby/setup-ruby-1.257.0
Bump ruby/setup-ruby from 1.256.0 to 1.257.0
2 parents 337499a + db1f7ef commit 40cabba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v5
1515
- name: Setup Ruby
16-
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f
16+
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb
1717
with:
1818
ruby-version: '3.1' # Not needed with a .ruby-version file
1919
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v5
3535
- name: Setup Ruby
36-
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f
36+
uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb
3737
with:
3838
ruby-version: '3.1' # Not needed with a .ruby-version file
3939
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)