Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

chore(deps): bump ruby/setup-ruby from 1.204.0 to 1.215.0 #305

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/licensed-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
node-version: 18

- uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
- uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1
with:
ruby-version: ruby

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-action-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4

# install ruby
- uses: ruby/setup-ruby@401c19e14f474b54450cd3905bb8b86e2c8509cf
- uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1
with:
bundler-cache: 'true'
ruby-version: "3.0"
Expand Down