Skip to content

Commit

Permalink
Merge pull request ruby#1124 from ruby/dependabot/github_actions/ruby…
Browse files Browse the repository at this point in the history
…/setup-ruby-1.180.1

Bump ruby/setup-ruby from 1.152.0 to 1.180.1
  • Loading branch information
colby-swandale committed Jun 25, 2024
2 parents ef89bf5 + 6489e11 commit 4b84660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@ff740bc00a01b3a50fffc55a1071b1060eeae9dc # v1.180.0
uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1
with:
ruby-version: '3.2'
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Set up latest ruby head
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.152.0
uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e # v1.180.1
with:
ruby-version: head
bundler: none
Expand Down

0 comments on commit 4b84660

Please sign in to comment.